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 86724dd commit 989fe2fCopy full SHA for 989fe2f
test/lib/Compiler.js
@@ -34,7 +34,6 @@ describe("Compiler#createFileHandler", function() {
34
assert.equal(handleDataAndCallCallback.callCount, 0);
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
`The "path" argument must be of type string. Received undefined`
40
);
0 commit comments