UNPKG
@ordojs/security
Version:
latest (0.1.0)
0.1.0
Security package for OrdoJS with XSS, CSRF, and injection protection
@ordojs/security
/
vitest.config.ts
8 lines
(6 loc)
•
122 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
import
{ defineConfig }
from
'vitest/config'
;
export
default
defineConfig
({
test
: {
environment
:
'jsdom'
, }, });