1 Star 0 Fork 0

黎瑞林/simple-worker-timer

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
vitest.config.ts 433 Bytes
一键复制 编辑 原始数据 按行查看 历史
黎瑞林 提交于 2022-11-30 20:54 . 🌟feat(all): add vitest
/// <reference types="vitest" />
import { defineConfig } from 'vite'
import vue from '@vitejs/plugin-vue'
import vueJsx from '@vitejs/plugin-vue-jsx'
export default defineConfig({
plugins: [vue(), vueJsx()],
test: {
watch: false,
clearMocks: true,
environment: 'jsdom',
setupFiles: ['./vitest.setup.ts'],
transformMode: {
web: [/\.[jt]sx$/]
},
include: ['__tests__/*.test.{js,ts,tsx}']
}
})
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/Ruilin0829/simple-worker-timer.git
git@gitee.com:Ruilin0829/simple-worker-timer.git
Ruilin0829
simple-worker-timer
simple-worker-timer
main

搜索帮助