chore: remove out of date comment (#9794) [ci skip]

This commit is contained in:
zhangenming 2023-12-11 10:43:07 +08:00 committed by GitHub
parent 60415b5d67
commit 5b5e971752
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

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