Skip to content

Commit b932f14

Browse files
committed
fix(unit test): Fix path to fixture
1 parent 2af16b5 commit b932f14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/buildListItems_tests.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
const tap = require('tap');
44
const rewire = require('rewire');
55

6-
const listItems = require('./files/_data/listItems.json');
6+
const listItems = require('./files/_data/listitems.json');
77
const buildlistItems = rewire('../core/lib/buildListItems');
88

99
const _Mock = {

0 commit comments

Comments
 (0)