UNPKG

core-mvc

Version:

Simple but powerful MVC framework for NodeJS.

8 lines (6 loc) 146 B
import { defineConfig } from 'vitest/config'; export default defineConfig({ test: { exclude: ['node_modules', '**/*.js'], }, });