Skip to content

Commit

Permalink
style: fix no-misused-promises rule
Browse files Browse the repository at this point in the history
  • Loading branch information
mrmlnc committed Oct 1, 2019
1 parent abdf027 commit c59673d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/smoke/smoke.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export type SmokeTest = {
reason?: string;
};

type MochaDefinition = (desc: string, cb: (this: Mocha.Context) => void) => void;
type MochaDefinition = Mocha.TestFunction | Mocha.ExclusiveTestFunction;
type DebugCompareTestMarker = '+' | '-';

export function suite(name: string, tests: Array<SmokeTest | SmokeTest[]>): void {
Expand Down

0 comments on commit c59673d

Please sign in to comment.