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 ed8838a commit bb5582dCopy full SHA for bb5582d
test/unit/interfaces/manual.ts
@@ -75,7 +75,6 @@ describe('Manual handler', () => {
75
this.timeout(2000);
76
const r = report(() => {
77
assert(false, 'callback should not be called');
78
- done();
79
});
80
assert(r instanceof ErrorMessage, 'should be an inst of ErrorMessage');
81
setTimeout(() => {
0 commit comments