Skip to content

Commit

Permalink
Adding missing ;
Browse files Browse the repository at this point in the history
  • Loading branch information
carlyrichmond committed Oct 21, 2024
1 parent ed2f872 commit 1325687
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/synthetics-replicator-tests/synthetics.config.ts
Original file line number Diff line number Diff line change
@@ -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 = {
Expand Down

0 comments on commit 1325687

Please sign in to comment.