Skip to content

Commit d67fe9e

Browse files
test: fix
1 parent 64261e1 commit d67fe9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/watch.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ describe("watch", () => {
4848
const [{ message }] = errors;
4949
expect(stats.hasErrors()).toBe(true);
5050
expect(message).toEqual(expect.stringMatching("prefer-const"));
51-
done();
51+
done(err);
5252
}
5353

5454
function thirdPass(err, stats) {

0 commit comments

Comments
 (0)