mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-30 11:14:27 +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