mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-06-05 14:59:37 +08:00
Renamed callback to assertion to be consistent with Jasmine naming
This commit is contained in:
@@ -3,5 +3,5 @@
|
||||
// Definitions by: Anthony MacKinnon <https://github.com/AnthonyMacKinnon>
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
|
||||
declare function all(description: string, dataset: any[], specDefinitions: (...args: any[]) => void): void;
|
||||
declare function xall(description: string, dataset: any[], specDefinitions: (...args: any[]) => void): void;
|
||||
declare function all(description: string, dataset: any[], assertion: (...args: any[]) => void): void;
|
||||
declare function xall(description: string, dataset: any[], assertion: (...args: any[]) => void): void;
|
||||
Reference in New Issue
Block a user