diff --git a/docs/config/index.md b/docs/config/index.md index e80739854b95..f7bc1d441626 100644 --- a/docs/config/index.md +++ b/docs/config/index.md @@ -81,7 +81,7 @@ All configuration options that are not supported inside a [workspace](/guide/wor ### include - **Type:** `string[]` -- **Default:** `['**/__tests__/**/*.?(c|m)[jt]s?(x)', '**/?(*.){test,spec}.?(c|m)[jt]s?(x)']` +- **Default:** `['**/?(*.){test,spec}.?(c|m)[jt]s?(x)']` Files to include in the test run, using glob pattern.