1 Star 0 Fork 274

Odboy / gitea

forked from gitea / gitea 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
vitest.config.js 481 Bytes
一键复制 编辑 原始数据 按行查看 历史
silverwind 提交于 2023-09-27 06:37 . Use vitest globals (#27102)
import {defineConfig} from 'vitest/config';
import vuePlugin from '@vitejs/plugin-vue';
import {stringPlugin} from 'vite-string-plugin';
export default defineConfig({
test: {
include: ['web_src/**/*.test.js'],
setupFiles: ['./web_src/js/test/setup.js'],
environment: 'jsdom',
testTimeout: 20000,
open: false,
allowOnly: true,
passWithNoTests: true,
globals: true,
watch: false,
},
plugins: [
stringPlugin(),
vuePlugin(),
],
});
Go
1
https://gitee.com/odboy/gitea.git
git@gitee.com:odboy/gitea.git
odboy
gitea
gitea
main

搜索帮助

53164aa7 5694891 3bd8fe86 5694891