Просмотр исходного кода

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

zhangenming 2 лет назад
Родитель
Сommit
5b5e971752
1 измененных файлов с 0 добавлено и 1 удалено
  1. 0 1
      vitest.config.ts

+ 0 - 1
vitest.config.ts

@@ -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']