diff --git a/maxun-core/src/interpret.ts b/maxun-core/src/interpret.ts index a3f3b1cc..00fa4aa7 100644 --- a/maxun-core/src/interpret.ts +++ b/maxun-core/src/interpret.ts @@ -1,5 +1,5 @@ /* eslint-disable no-await-in-loop, no-restricted-syntax */ -import { Page, PageScreenshotOptions, BrowserContextOptions } from 'playwright'; +import { Page, PageScreenshotOptions } from 'playwright'; import path from 'path'; import { EventEmitter } from 'events';