Skip to content

Commit 2e65aa5

Browse files
remove escape char
1 parent d563e0c commit 2e65aa5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/config/playwright.base.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const envMaxInstances = Number.parseInt(process.env.WORKERS_MAX_INST!) || 10;
77
*/
88
export const config: PlaywrightTestConfig = {
99
testDir: '../sandbox/messages/get_single_letter/',
10-
testMatch: '*.spec\.ts/',
10+
testMatch: '*.spec.ts/',
1111
/* Maximum time one test can run for. */
1212
timeout: 60 * 1000,
1313
workers: envMaxInstances,

0 commit comments

Comments
 (0)