Skip to content

Commit 405a7c4

Browse files
committedNov 3, 2017
test: fix tests for windows
·
v14.2.2v13.4.0
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)
Please sign in to comment.