mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-06-28 22:30:01 +00:00
fix(jasmine): Configuration.Promise (#41866)
See: https://jasmine.github.io/api/3.5/Configuration.html https://git.io/JvqMj Thanks!
This commit is contained in:
committed by
Wesley Wigham
parent
eab005010b
commit
cccc2adb6e
2
types/jasmine/index.d.ts
vendored
2
types/jasmine/index.d.ts
vendored
@@ -220,7 +220,7 @@ declare namespace jasmine {
|
||||
oneFailurePerSpec?: boolean;
|
||||
hideDisabled?: boolean;
|
||||
specFilter?: Function;
|
||||
promise?: Function;
|
||||
Promise?: Function;
|
||||
}
|
||||
|
||||
function clock(): Clock;
|
||||
|
||||
Reference in New Issue
Block a user