about summary refs log tree commit diff stats
path: root/js/baba-yaga/tests/parser-with-header.test.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/baba-yaga/tests/parser-with-header.test.js')
-rw-r--r--js/baba-yaga/tests/parser-with-header.test.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/js/baba-yaga/tests/parser-with-header.test.js b/js/baba-yaga/tests/parser-with-header.test.js
index 79dac9e..f9de453 100644
--- a/js/baba-yaga/tests/parser-with-header.test.js
+++ b/js/baba-yaga/tests/parser-with-header.test.js
@@ -1,6 +1,6 @@
 import assert from 'assert';
-import { createLexer } from '../lexer.js';
-import { createParser } from '../parser.js';
+import { createLexer } from '../src/core/lexer.js';
+import { createParser } from '../src/core/parser.js';
 
 function parse(code) {
   const lexer = createLexer(code);