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:
Piotr Błażejewicz (Peter Blazejewicz)
2020-01-27 19:48:25 +01:00
committed by Wesley Wigham
parent eab005010b
commit cccc2adb6e

View File

@@ -220,7 +220,7 @@ declare namespace jasmine {
oneFailurePerSpec?: boolean;
hideDisabled?: boolean;
specFilter?: Function;
promise?: Function;
Promise?: Function;
}
function clock(): Clock;