Skip to content

Commit cdc6c38

Browse files
committed
fix(test): fix the test please and thank you
1 parent 8b34be0 commit cdc6c38

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/core/test/parseAllLinks_tests.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ tap.test(
3333
const navPattern = new Pattern('00-test/nav.mustache');
3434
const patternData = dataLoader.loadDataFromFile(
3535
path.resolve(
36-
'test/files/_patterns',
36+
__dirname,
37+
'files/_patterns',
3738
navPattern.subdir,
3839
navPattern.fileName
3940
),

0 commit comments

Comments
 (0)