UNPKG

@stellaris/vite-plugin-tencent-oss

Version:

Upload the production files bundled in the project to Tencent CSS, except for html

14 lines (12 loc) 270 B
import { defineConfig } from 'vitest/config'; export default defineConfig({ test: { globals: true, environment: 'node', include: ['test/**/*.test.js'], coverage: { reporter: ['text', 'json', 'html'], include: ['index.js'], }, }, });