Skip to content

Commit a8e55a3

Browse files
committed
🐛 remove unused interface
1 parent acce7d2 commit a8e55a3

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

test/e2e/lib/framework/pageSetups.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,6 @@ export interface SetupOptions {
3535
workerImplementation?: WorkerImplementationFactory
3636
}
3737

38-
export interface WorkerOptions {
39-
importScripts?: boolean
40-
nativeLog?: boolean
41-
}
42-
4338
export type SetupFactory = (options: SetupOptions, servers: Servers) => string
4439

4540
// By default, run tests only with the 'bundle' setup outside of the CI (to run faster on the

0 commit comments

Comments
 (0)