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 64261e1 commit d67fe9eCopy full SHA for d67fe9e
test/watch.test.js
@@ -48,7 +48,7 @@ describe("watch", () => {
48
const [{ message }] = errors;
49
expect(stats.hasErrors()).toBe(true);
50
expect(message).toEqual(expect.stringMatching("prefer-const"));
51
- done();
+ done(err);
52
}
53
54
function thirdPass(err, stats) {
0 commit comments