From 8001f373dbd127f7603131f0a2854e06643e4e26 Mon Sep 17 00:00:00 2001 From: Felix <5724535+FelixGraf@users.noreply.github.com> Date: Fri, 18 Aug 2023 10:55:14 +0200 Subject: [PATCH] Update docs/config/index.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Ari Perkkiƶ --- 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 bd1145d03e1d..601ddccbe275 100644 --- a/docs/config/index.md +++ b/docs/config/index.md @@ -899,7 +899,7 @@ List of files included in coverage as glob patterns '**/*{.,-}{test,spec}.?(c|m)[jt]s?(x)', '**/__tests__/**', '**/{karma,rollup,webpack,vite,vitest,jest,ava,babel,nyc,cypress,tsup,build}.config.*', - '**/vitest.{workspace,projects}.[jt]s', + '**/vitest.{workspace,projects}.[jt]s?(on)', '**/.{eslint,mocha,prettier}rc.{?(c|m)js,yml}', ] ```