UNPKG
@ditsmod/authjs
Version:
latest (3.0.0-alpha.1)
next (3.0.0-alpha.5)
3.0.4-alpha.4
3.0.3-alpha.4
3.0.2-alpha.4
3.0.1-alpha.4
3.0.0-alpha.5
3.0.0-alpha.4
3.0.0-alpha.3
3.0.0-alpha.2
3.0.0-alpha.1
Ditsmod module to support Auth.js
ditsmod.github.io/en/
ditsmod/ditsmod
@ditsmod/authjs
/
vitest.config.ts
14 lines
(12 loc)
•
250 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
import { defineConfig }
from
'vitest/config'
; export
default
defineConfig
({
test
: {
passWithNoTests
:
true
,
clearMocks
:
true
,
include
: [
'./dist*/**/*.spec.js'
, ],
exclude
: [
'**/node_modules/**'
],
watch
:
true
}, });