1 В избранное 0 Ответвления 0

OSCHINA-MIRROR/mirrors_trending-discord.js

Присоединиться к Gitlife
Откройте для себя и примите участие в публичных проектах с открытым исходным кодом с участием более 10 миллионов разработчиков. Приватные репозитории также полностью бесплатны :)
Присоединиться бесплатно
Клонировать/Скачать
vitest.config.ts 741 Байт
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
Jiralite Отправлено 26.01.2025 17:28 9b8b0f8
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}',
],
},
},
});

Опубликовать ( 0 )

Вы можете оставить комментарий после Вход в систему

1
https://api.gitlife.ru/oschina-mirror/mirrors_trending-discord.js.git
git@api.gitlife.ru:oschina-mirror/mirrors_trending-discord.js.git
oschina-mirror
mirrors_trending-discord.js
mirrors_trending-discord.js
main