Skip to content
This repository was archived by the owner on Sep 11, 2025. It is now read-only.

Commit 1c5dec1

Browse files
committed
Fix prettier errors
1 parent f8e759d commit 1c5dec1

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

src/constants.js

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
import path from 'path'
22
import os from 'os'
33

4-
export const DIR = path.join(os.tmpdir(), 'jest_playwright_global_setup');
5-
export const WS_ENDPOINT_PATH = path.join(DIR, 'wsEndpoint');
4+
export const DIR = path.join(os.tmpdir(), 'jest_playwright_global_setup')
5+
export const WS_ENDPOINT_PATH = path.join(DIR, 'wsEndpoint')
66

7-
export const CHROMIUM = 'chromium';
8-
export const FIREFOX = 'firefox';
9-
export const WEBKIT = 'webkit';
7+
export const CHROMIUM = 'chromium'
8+
export const FIREFOX = 'firefox'
9+
export const WEBKIT = 'webkit'
1010

1111
export const DEFAULT_CONFIG = {
12-
launchBrowserApp: { webSocket: true},
13-
context: {},
14-
browser: CHROMIUM,
15-
exitOnPageError: true,
16-
};
12+
launchBrowserApp: { webSocket: true },
13+
context: {},
14+
browser: CHROMIUM,
15+
exitOnPageError: true,
16+
}

0 commit comments

Comments
 (0)