(expression: string)
| 19 | } |
| 20 | |
| 21 | function parseAction(expression: string): expr.ASTWithSource { |
| 22 | return parser.parseAction(expression, getFakeSpan(), /* absoluteOffset */ 0); |
| 23 | } |
| 24 | |
| 25 | describe('serializer', () => { |
| 26 | describe('serialize', () => { |
no test coverage detected
searching dependent graphs…