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 1ff9a82 commit 90788a2Copy full SHA for 90788a2
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(path.resolve(__dirname, './fixtures/basic.vue'))
+ expect(module.__file).to.equal('test/fixtures/basic.vue')
145
done()
146
})
147
0 commit comments