(s: string)
| 1 | import { ComputeEngine } from '../../src/compute-engine'; |
| 2 | import { checkJson, engine } from '../utils'; |
| 3 | |
| 4 | function checkExpand(s: string): string { |
| 5 | return checkJson(engine.expr(['Expand', engine.parse(s)])); |
| 6 | } |
| 7 | |
| 8 | describe('EXPAND POWER', () => { |
no test coverage detected