Ai
1 Star 0 Fork 0

liuwave/weapp-tailwindcss-webpack-plugin

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
vitest.config.ts 510 Bytes
一键复制 编辑 原始数据 按行查看 历史
sonofmagic 提交于 2023-06-10 21:09 +08:00 . test: add num start up class name cases
import path from 'node:path'
import { defineConfig } from 'vitest/config'
export default defineConfig({
test: {
alias: [
{
find: '@',
replacement: path.resolve(__dirname, './src')
},
{
find: '#test',
replacement: path.resolve(__dirname, './test')
}
],
include: ['test/vitest/**/*.{test,spec}.?(c|m)[jt]s?(x)'],
coverage: {
enabled: true,
reportsDirectory: 'coverage/vitest'
},
testTimeout: 60_000
// ...
}
})
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/liuwave/weapp-tailwindcss-webpack-plugin.git
git@gitee.com:liuwave/weapp-tailwindcss-webpack-plugin.git
liuwave
weapp-tailwindcss-webpack-plugin
weapp-tailwindcss-webpack-plugin
benchmark-v2

搜索帮助