]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
chore: remove out of date comment (#9794) [ci skip]
authorzhangenming <282126346@qq.com>
Mon, 11 Dec 2023 02:43:07 +0000 (10:43 +0800)
committerGitHub <noreply@github.com>
Mon, 11 Dec 2023 02:43:07 +0000 (10:43 +0800)
vitest.config.ts

index 3b1d4354ef0a94c7a0c47e5a484f7cca11cb8215..0a6cb638f6cf57d17f3f6138f31aadddf60c091f 100644 (file)
@@ -24,7 +24,6 @@ export default defineConfig({
   plugins: [codspeedPlugin()],
   test: {
     globals: true,
-    // disable threads on GH actions to speed it up
     setupFiles: 'scripts/setupVitest.ts',
     environmentMatchGlobs: [
       ['packages/{vue,vue-compat,runtime-dom}/**', 'jsdom']