Skip to content
This repository was archived by the owner on Apr 8, 2020. It is now read-only.

Commit 56b2730

Browse files
committed
WIP
1 parent 1747666 commit 56b2730

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/config/ConfigLexer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import {
1212
ValueStringT,
1313
ValueQuotedStringT,
1414
lexicalGrammar
15-
} from '../lib/config/ConfigLexer.js';
15+
} from '../../lib/config/ConfigLexer.js';
1616

1717
// note that stripIndent will strip all indentation until the leftmost text
1818
// this is important for testing whitespace capture

0 commit comments

Comments
 (0)