We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Env.execute
1 parent 30f18c6 commit 7512a18Copy full SHA for 7512a18
types/jasmine/index.d.ts
@@ -564,7 +564,7 @@ declare namespace jasmine {
564
clearReporters(): void;
565
configuration(): Configuration;
566
configure(configuration: Configuration): void;
567
- execute(runnablesToRun?: Suite[]): PromiseLike<JasmineDoneInfo>;
+ execute(runnablesToRun?: Suite[]): Promise<JasmineDoneInfo>;
568
provideFallbackReporter(reporter: CustomReporter): void;
569
/**
570
* Sets a user-defined property that will be provided to reporters as
0 commit comments