Skip to content

Commit 405a7c4

Browse files
committed
test: fix tests for windows
1 parent c303312 commit 405a7c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ const globalConfig = {
3636
}
3737

3838
function genId (file) {
39-
return hash(`test/fixtures/${file}`)
39+
return hash(path.join('test', 'fixtures', file))
4040
}
4141

4242
function bundle (options, cb) {

0 commit comments

Comments
 (0)