UNPKG
@synet/realtime
Version:
latest (0.1.0)
0.1.0
Realtime Communication server/client implementations
synthetism.ai
synthetism/realtime
@synet/realtime
/
vitest.config.ts
12 lines
(11 loc)
•
240 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
import { defineConfig }
from
'vitest/config'
; export
default
defineConfig
({
test
: {
globals
:
true
,
environment
:
'node'
,
include
: [
'test/**/*.test.ts'
],
coverage
: {
reporter
: [
'text'
,
'json'
,
'html'
], }, }, });