Skip to content

Commit 38da44e

Browse files
committed
test: fix CI on windows
1 parent e2d998a commit 38da44e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ describe('vue-loader', function () {
141141
test({
142142
entry: './test/fixtures/basic.vue'
143143
}, (window, module, rawModule) => {
144-
expect(module.__file).to.equal('test/fixtures/basic.vue')
144+
expect(module.__file).to.equal(path.normalize('test/fixtures/basic.vue'))
145145
done()
146146
})
147147
})

0 commit comments

Comments
 (0)