diff --git a/docs/src/test-configuration-js.md b/docs/src/test-configuration-js.md index 1bf036fcf5..f48ca31840 100644 --- a/docs/src/test-configuration-js.md +++ b/docs/src/test-configuration-js.md @@ -85,7 +85,7 @@ export default defineConfig({ | Option | Description | | :- | :- | | [`property: TestConfig.testIgnore`] | Glob patterns or regular expressions that should be ignored when looking for the test files. For example, `'*test-assets'` | -| [`property: TestConfig.testMatch`] | Glob patterns or regular expressions that match test files. For example, `'*todo-tests/*.spec.ts'`. By default, Playwright runs `.*(test|spec)\.(js|ts|mjs)` files. | +| [`property: TestConfig.testMatch`] | Glob patterns or regular expressions that match test files. For example, `'*todo-tests/*.spec.ts'`. By default, Playwright runs .*(test|spec)\.(js|ts|mjs) files. | ## Advanced Configuration