Skip to content

Commit bb5582d

Browse files
author
Benjamin E. Coe
authored
test: address typescript nit (#478)
1 parent ed8838a commit bb5582d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/unit/interfaces/manual.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ describe('Manual handler', () => {
7575
this.timeout(2000);
7676
const r = report(() => {
7777
assert(false, 'callback should not be called');
78-
done();
7978
});
8079
assert(r instanceof ErrorMessage, 'should be an inst of ErrorMessage');
8180
setTimeout(() => {

0 commit comments

Comments
 (0)