From 6234279cdf7ad49648629e2c57ba9e4b499a9baa Mon Sep 17 00:00:00 2001 From: Ray Date: Mon, 3 Jul 2023 20:57:26 +0800 Subject: [PATCH] docs: update --- docs/config/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.