Renamed callback to assertion to be consistent with Jasmine naming

This commit is contained in:
Anthony
2014-08-09 00:15:18 -04:00
parent c8706caad0
commit 153b4f3fa3

View File

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