diff --git a/apps/synthetics-replicator-tests/synthetics.config.ts b/apps/synthetics-replicator-tests/synthetics.config.ts index 62a37fa..6e81716 100644 --- a/apps/synthetics-replicator-tests/synthetics.config.ts +++ b/apps/synthetics-replicator-tests/synthetics.config.ts @@ -1,5 +1,5 @@ import { SyntheticsConfig } from '@elastic/synthetics'; -import { devices } from "playwright-chromium" +import { devices } from "playwright-chromium"; export default env => { const config: SyntheticsConfig = {