UNPKG

@modern-js/plugin-rspress

Version:

A Modern.js plugin to integrate rspress

10 lines (8 loc) 212 B
import { defineConfig } from 'vitest/config'; export default defineConfig({ test: { environment: 'node', passWithNoTests: true, exclude: ['**/node_modules/**', '**/dist/**', '**/e2e/**'], }, });