diff options
Diffstat (limited to '')
| -rw-r--r-- | tests/parser.spec.ts (renamed from tests/parse-expr.spec.ts) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/parse-expr.spec.ts b/tests/parser.spec.ts index f873464..48c398c 100644 --- a/tests/parse-expr.spec.ts +++ b/tests/parser.spec.ts @@ -1,4 +1,4 @@ -import { Expr, parse } from '../src/parse-expr' +import { Expr, parse } from '../src/parser' describe('parser', () => { it('should parse function call', () => { |
