Skip to content

Commit

Permalink
fix: remove unnecessary test files from playwright configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
nelitow committed Dec 10, 2024
1 parent 0d38ab5 commit d53f08a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/app/playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,6 @@ export const playwrightConfig: PlaywrightTestConfig = {
channel: 'chrome-beta',
...devices['Desktop Chrome'],
},
testIgnore: [
join(__dirname, './playwright/crx/crx.test.ts'),
join(__dirname, './playwright/crx/lock.test.ts'),
],
},
],
testIgnore: ['playwright/crx/lock.test.ts'],
Expand Down

0 comments on commit d53f08a

Please sign in to comment.