From 1325687074dfb1d6625d0fe7dd58cac98ec2e555 Mon Sep 17 00:00:00 2001 From: Carly Richmond <74931905+carlyrichmond@users.noreply.github.com> Date: Mon, 21 Oct 2024 11:02:39 +0100 Subject: [PATCH] Adding missing ; --- apps/synthetics-replicator-tests/synthetics.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = {