We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2af16b5 commit b932f14Copy full SHA for b932f14
test/buildListItems_tests.js
@@ -3,7 +3,7 @@
3
const tap = require('tap');
4
const rewire = require('rewire');
5
6
-const listItems = require('./files/_data/listItems.json');
+const listItems = require('./files/_data/listitems.json');
7
const buildlistItems = rewire('../core/lib/buildListItems');
8
9
const _Mock = {
0 commit comments