3 Star 0 Fork 0

热门极速下载/discord.js

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
vitest.config.ts 741 Bytes
一键复制 编辑 原始数据 按行查看 历史
Jiralite 提交于 2025-01-26 22:28 +08:00 . build: Properly add typecheck tests (#10722)
import { defineConfig } from 'vitest/config';
export default defineConfig({
test: {
exclude: ['**/node_modules', '**/dist', '.idea', '.git', '.cache'],
passWithNoTests: true,
typecheck: {
enabled: true,
tsconfig: './tsconfig.test.json',
},
coverage: {
enabled: true,
all: true,
reporter: ['text', 'lcov', 'cobertura'],
provider: 'v8',
include: ['src'],
exclude: [
// All ts files that only contain types, due to ALL
'**/*.{interface,type,d}.ts',
'**/{interfaces,types}/*.ts',
// All index files that *should* only contain exports from other files
'**/index.{js,ts}',
// All exports files that make subpackages available as submodules
'**/exports/*.{js,ts}',
],
},
},
});
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/mirrors_trending/discord.js.git
git@gitee.com:mirrors_trending/discord.js.git
mirrors_trending
discord.js
discord.js
main

搜索帮助