UNPKG

@nestjs/mongoose

Version:

Nest - modern, fast, powerful node.js web framework (@mongoose)

19 lines (17 loc) 309 B
import { defineConfig } from 'vitest/config'; export default defineConfig({ oxc: { decorator: { legacy: true, emitDecoratorMetadata: true, }, }, test: { root: './', include: ['tests/**/*.spec.ts'], globals: true, sequence: { concurrent: false, }, }, });