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 e2d998a commit 38da44eCopy full SHA for 38da44e
test/test.js
@@ -141,7 +141,7 @@ describe('vue-loader', function () {
141
test({
142
entry: './test/fixtures/basic.vue'
143
}, (window, module, rawModule) => {
144
- expect(module.__file).to.equal('test/fixtures/basic.vue')
+ expect(module.__file).to.equal(path.normalize('test/fixtures/basic.vue'))
145
done()
146
})
147
0 commit comments