mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-12 11:51:10 +08:00
[@types/ember-qunit] improve skip definition to align with others
This commit is contained in:
5
types/ember-qunit/index.d.ts
vendored
5
types/ember-qunit/index.d.ts
vendored
@@ -161,9 +161,10 @@ declare module 'qunit' {
|
||||
* ignoring the callback argument and the respective global and module's
|
||||
* hooks.
|
||||
*
|
||||
* @param Title of unit being tested
|
||||
* @param name Title of unit being tested
|
||||
* @param callback Function to close over assertions
|
||||
*/
|
||||
export const skip: typeof QUnit.skip;
|
||||
export function skip(name: string, callback: (this: TestContext, assert: Assert) => void): void;
|
||||
|
||||
export default QUnit;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user