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 c303312 commit 405a7c4Copy full SHA for 405a7c4
test/test.js
@@ -36,7 +36,7 @@ const globalConfig = {
36
}
37
38
function genId (file) {
39
- return hash(`test/fixtures/${file}`)
+ return hash(path.join('test', 'fixtures', file))
40
41
42
function bundle (options, cb) {
0 commit comments