@types/jasmine-matchers
Advanced tools
Comparing version
@@ -27,4 +27,3 @@ // Type definitions for jasmine-matchers v0.2.1 | ||
interface Matchers<T> { | ||
//toBe | ||
// toBe | ||
toBeArray(): boolean; | ||
@@ -39,33 +38,33 @@ toBeCloseToOneOf(values: any[], isCloseToFunction: (actual: number, expected: number) => boolean): boolean; | ||
//toContain | ||
// toContain | ||
toContainOnce(value: any): boolean; | ||
//toHave | ||
toHaveBeenCalledXTimes(count:number): boolean; | ||
toHaveLength(length:number): boolean; | ||
toHaveOwnProperties(...names:string[]): boolean; | ||
toHaveOwnPropertiesWithValues(obj:Object): boolean; | ||
toHaveProperties(...names:string[]): boolean; | ||
toHavePropertiesWithValues(obj:Object): boolean; | ||
toExactlyHaveProperties(...names:string[]): boolean; | ||
// toHave | ||
toHaveBeenCalledXTimes(count: number): boolean; | ||
toHaveLength(length: number): boolean; | ||
toHaveOwnProperties(...names: string[]): boolean; | ||
toHaveOwnPropertiesWithValues(obj: Object): boolean; | ||
toHaveProperties(...names: string[]): boolean; | ||
toHavePropertiesWithValues(obj: Object): boolean; | ||
toExactlyHaveProperties(...names: string[]): boolean; | ||
//toStartEndWith | ||
toStartWith(value:any): boolean; | ||
toStartWith(value:any[]): boolean; | ||
// toStartEndWith | ||
toStartWith(value: any): boolean; | ||
toStartWith(value: any[]): boolean; | ||
toEndWith(value:any): boolean; | ||
toEndWith(values:any[]): boolean; | ||
toEndWith(value: any): boolean; | ||
toEndWith(values: any[]): boolean; | ||
toEachStartWith(searchString:string): boolean; | ||
toSomeStartWith(searchString:string): boolean; | ||
toEachStartWith(searchString: string): boolean; | ||
toSomeStartWith(searchString: string): boolean; | ||
toEachEndWith(searchString:string): boolean; | ||
toSomeEndWith(searchString:string): boolean; | ||
toEachEndWith(searchString: string): boolean; | ||
toSomeEndWith(searchString: string): boolean; | ||
toStartWithEither(...searchString:any[]): boolean; | ||
toStartWithEither(...searchString: any[]): boolean; | ||
//toThrow | ||
toThrowInstanceOf(klass:Function): boolean; | ||
toThrowStartsWith(text:string): boolean; | ||
// toThrow | ||
toThrowInstanceOf(klass: Function): boolean; | ||
toThrowStartsWith(text: string): boolean; | ||
} | ||
} |
{ | ||
"name": "@types/jasmine-matchers", | ||
"version": "0.2.32", | ||
"version": "0.2.33", | ||
"description": "TypeScript definitions for jasmine-matchers", | ||
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/jasmine-matchers", | ||
"license": "MIT", | ||
@@ -14,6 +15,7 @@ "contributors": [ | ||
"main": "", | ||
"types": "index", | ||
"types": "index.d.ts", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", | ||
"directory": "types/jasmine-matchers" | ||
}, | ||
@@ -24,4 +26,4 @@ "scripts": {}, | ||
}, | ||
"typesPublisherContentHash": "d496f6a859d34084d6f0d9faf29fcfd8fc3e748e2678c4f700eb6d4369ebb829", | ||
"typeScriptVersion": "2.8" | ||
"typesPublisherContentHash": "8cbfb8b25fabf6395936c9580c0bf9795d94ff0f72aac1b98cfdb8811a0ceb31", | ||
"typeScriptVersion": "4.5" | ||
} |
@@ -8,10 +8,10 @@ # Installation | ||
# Details | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/jasmine-matchers | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/jasmine-matchers. | ||
Additional Details | ||
* Last updated: Mon, 05 Nov 2018 22:48:02 GMT | ||
* Dependencies: jasmine | ||
### Additional Details | ||
* Last updated: Fri, 15 Sep 2023 20:36:37 GMT | ||
* Dependencies: [@types/jasmine](https://npmjs.com/package/@types/jasmine) | ||
* Global values: none | ||
# Credits | ||
These definitions were written by Bart van der Schoor <https://github.com/Bartvds>. | ||
These definitions were written by [Bart van der Schoor](https://github.com/Bartvds). |
Sorry, the diff of this file is not supported yet
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
5661
3.55%1
-50%