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 10a77fd commit 6b3c0eeCopy full SHA for 6b3c0ee
test/test.js
@@ -34,7 +34,7 @@ describe('vue-loader', function () {
34
35
function getFile (file, cb) {
36
fs.readFile(path.resolve(outputDir, file), 'utf-8', function (err, data) {
37
- expect(err).to.be.null
+ expect(err).to.be.not.exist
38
cb(data)
39
})
40
}
0 commit comments