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 355c1da commit d0a4adcCopy full SHA for d0a4adc
test/lib/Compiler.js
@@ -35,9 +35,6 @@ describe("Compiler#createFileHandler", function() {
35
assert.equal(callback.callCount, 1);
36
assert.equal(callback.getCall(0).args.length, 1);
37
assert.equal(callback.getCall(0).args[0].name, "TypeError");
38
- assert.equal(callback.getCall(0).args[0].message,
39
- `Cannot read property 'readFile' of undefined`
40
- );
41
});
42
it("should propagate errors via callback function (File not found)", async function() {
43
const compiler = new Compiler({
0 commit comments