UNPKG

mongoose-crudl

Version:

CRUDL operations with Mongoose. (Create, Read, Update, Delete, List)

16 lines (14 loc) 278 B
import { defineConfig } from 'vitest/config' export default defineConfig({ test: { globals: true, thread: false, coverage: { reporter: ['text', 'json', 'html'], lines: 100, functions: 100, statements: 100, branches: 100 } } })