Skip to content

Commit badeb6f

Browse files
Fixed parser test to import expressions from correct module
1 parent f4328c7 commit badeb6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/parser/parse.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { BinaryExpression, CallExpression, Identifier, Literal, UnaryExpression } from './grammar';
1+
import { BinaryExpression, CallExpression, Identifier, Literal, UnaryExpression } from '../expressions';
22
import sut from './parse';
33

44
describe('parse', () => {

0 commit comments

Comments
 (0)