Skip to content

Commit

Permalink
added missing todo definition for typescript (#846)
Browse files Browse the repository at this point in the history
  • Loading branch information
andischerer authored and jamestalmage committed May 23, 2016
1 parent f35da7e commit ea9c752
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ export namespace test {
export function serial(run: ContextualSerialTest): void;
export function cb(name: string, run: ContextualCallbackTest): void;
export function cb(run: ContextualCallbackTest): void;
export function todo(name: string): void;
}
export namespace test.serial {
export const before: SerialRunner;
Expand Down

0 comments on commit ea9c752

Please sign in to comment.