Skip to content

Commit 7512a18

Browse files
authored
🤖 Merge PR DefinitelyTyped#73723 fix(jasmine): Env.execute is a Promise by @bonkevin
1 parent 30f18c6 commit 7512a18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

types/jasmine/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -564,7 +564,7 @@ declare namespace jasmine {
564564
clearReporters(): void;
565565
configuration(): Configuration;
566566
configure(configuration: Configuration): void;
567-
execute(runnablesToRun?: Suite[]): PromiseLike<JasmineDoneInfo>;
567+
execute(runnablesToRun?: Suite[]): Promise<JasmineDoneInfo>;
568568
provideFallbackReporter(reporter: CustomReporter): void;
569569
/**
570570
* Sets a user-defined property that will be provided to reporters as

0 commit comments

Comments
 (0)