Browse Source

added missing todo definition for typescript (#846)

browser-support
Andreas Scherer 9 years ago
committed by James Talmage
parent
commit
ea9c75271f
  1. 1
      index.d.ts

1
index.d.ts

@ -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;

Loading…
Cancel
Save