1 Star 0 Fork 0

老谭 / coin-ui

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
vitest.config.ts 464 Bytes
一键复制 编辑 原始数据 按行查看 历史
import { defineConfig, mergeConfig } from 'vitest/config'
import viteConfig from './vite.config'
export default mergeConfig(
//合并vite.config.ts配置文件
viteConfig,
defineConfig({
//vitest配置
test: {
//测试哪些文件夹
include: ['packages/components/*/tests/*.spec.{ts,tsx}'],
//全局注册API,例如expect、describe
globals: true,
//模拟浏览器环境
environment: 'happy-dom'
}
})
)
1
https://gitee.com/vegout/coin-ui.git
git@gitee.com:vegout/coin-ui.git
vegout
coin-ui
coin-ui
main

搜索帮助