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.
1 parent acce7d2 commit a8e55a3Copy full SHA for a8e55a3
test/e2e/lib/framework/pageSetups.ts
@@ -35,11 +35,6 @@ export interface SetupOptions {
35
workerImplementation?: WorkerImplementationFactory
36
}
37
38
-export interface WorkerOptions {
39
- importScripts?: boolean
40
- nativeLog?: boolean
41
-}
42
-
43
export type SetupFactory = (options: SetupOptions, servers: Servers) => string
44
45
// By default, run tests only with the 'bundle' setup outside of the CI (to run faster on the
0 commit comments