Skip to content

Commit f288302

Browse files
committed
Clean
1 parent 943bb8b commit f288302

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

playwright.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ const config: PlaywrightTestConfig = {
4141
name: 'e2e tests',
4242
teardown: 'teardown',
4343
testDir: './e2e-tests',
44-
testIgnore: [/.*\/sequence-templates\.test\.ts/],
44+
testIgnore: /.*\/sequence-templates\.test\.ts/,
4545
use: {
4646
baseURL: MAIN_TEST_SUITE_BASE_URL,
4747
storageState: STORAGE_STATE,

0 commit comments

Comments
 (0)