Skip to content

Commit

Permalink
💡 style(metamask): Fix comment typo in playwright.config.ts (#964)
Browse files Browse the repository at this point in the history
  • Loading branch information
duckception authored Oct 26, 2023
1 parent 939842f commit 60b2796
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wallets/metamask/playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { defineConfig, devices } from '@playwright/test'
* See https://playwright.dev/docs/test-configuration.
*/
export default defineConfig({
// Look for test files in the "tests/e2e" directory, relative to this configuration file.
// Look for test files in the "test/e2e" directory, relative to this configuration file.
testDir: './test/e2e',

// Run all tests in parallel.
Expand Down

0 comments on commit 60b2796

Please sign in to comment.