UNPKG

@ditsmod/authjs

Version:

Ditsmod module to support Auth.js

14 lines (12 loc) 250 B
import { defineConfig } from 'vitest/config'; export default defineConfig({ test: { passWithNoTests: true, clearMocks: true, include: [ './dist*/**/*.spec.js', ], exclude: ['**/node_modules/**'], watch: true }, });