mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-16 19:09:18 +08:00
Merge pull request #9167 from swissspidy/patch-1
Jasmine: Document `Env.throwOnExpectationFailure`
This commit is contained in:
1
jasmine/jasmine.d.ts
vendored
1
jasmine/jasmine.d.ts
vendored
@@ -179,6 +179,7 @@ declare namespace jasmine {
|
||||
addCustomEqualityTester(equalityTester: CustomEqualityTester): void;
|
||||
addMatchers(matchers: CustomMatcherFactories): void;
|
||||
specFilter(spec: Spec): boolean;
|
||||
throwOnExpectationFailure(value: boolean): void;
|
||||
}
|
||||
|
||||
interface FakeTimer {
|
||||
|
||||
Reference in New Issue
Block a user