@types/qunit
Advanced tools
Comparing version 2.19.5 to 2.19.6
@@ -7,3 +7,3 @@ // Type definitions for QUnit v2.19.0 | ||
// Chris Krycho <https://github.com/chriskrycho> | ||
// Dan Freeman <https://github.com/dfreeman> | ||
// Krystan HuffMenne <https://github.com/gitKrystan> | ||
// James C. Davis <https://github.com/jamescdavis> | ||
@@ -260,3 +260,9 @@ // Timo Tijhof <https://github.com/Krinkle> | ||
*/ | ||
pushResult(assertResult: { result: boolean; actual: any; expected: any; message?: string | undefined; source?: string | undefined }): void; | ||
pushResult(assertResult: { | ||
result: boolean; | ||
actual: any; | ||
expected: any; | ||
message?: string | undefined; | ||
source?: string | undefined; | ||
}): void; | ||
@@ -401,5 +407,5 @@ /** | ||
*/ | ||
afterEach(fn: (assert: Assert) => void | Promise<void>): void; | ||
afterEach(fn: (assert: Assert) => void | Promise<void>): void; | ||
/** | ||
/** | ||
* Runs before each test. | ||
@@ -467,3 +473,3 @@ */ | ||
/** List of registered modules, */ | ||
modules: Array<{ name: string, moduleId: string }> | ||
modules: Array<{ name: string; moduleId: string }>; | ||
} | ||
@@ -656,3 +662,3 @@ interface DoneDetails { | ||
*/ | ||
hooks: GlobalHooks | ||
hooks: GlobalHooks; | ||
@@ -659,0 +665,0 @@ /** |
{ | ||
"name": "@types/qunit", | ||
"version": "2.19.5", | ||
"version": "2.19.6", | ||
"description": "TypeScript definitions for QUnit", | ||
@@ -29,5 +29,5 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/qunit", | ||
{ | ||
"name": "Dan Freeman", | ||
"url": "https://github.com/dfreeman", | ||
"githubUsername": "dfreeman" | ||
"name": "Krystan HuffMenne", | ||
"url": "https://github.com/gitKrystan", | ||
"githubUsername": "gitKrystan" | ||
}, | ||
@@ -54,4 +54,4 @@ { | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "e951b87e5c796ab7019b41210ac2944fa972d84bf12d6b262df2c2a6b436e0b5", | ||
"typesPublisherContentHash": "9df56da99bcf0610c759ec5d220556fd31c5e770842916a4b01ade64065a6d8b", | ||
"typeScriptVersion": "4.3" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Sat, 29 Apr 2023 04:03:41 GMT | ||
* Last updated: Tue, 13 Jun 2023 20:03:12 GMT | ||
* Dependencies: none | ||
@@ -17,2 +17,2 @@ * Global values: none | ||
# Credits | ||
These definitions were written by [James Bracy](https://github.com/waratuman), [Mike North](https://github.com/mike-north), [Stefan Sechelmann](https://github.com/sechel), [Chris Krycho](https://github.com/chriskrycho), [Dan Freeman](https://github.com/dfreeman), [James C. Davis](https://github.com/jamescdavis), and [Timo Tijhof](https://github.com/Krinkle). | ||
These definitions were written by [James Bracy](https://github.com/waratuman), [Mike North](https://github.com/mike-north), [Stefan Sechelmann](https://github.com/sechel), [Chris Krycho](https://github.com/chriskrycho), [Krystan HuffMenne](https://github.com/gitKrystan), [James C. Davis](https://github.com/jamescdavis), and [Timo Tijhof](https://github.com/Krinkle). |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
39486
167235
823