UNPKG
basepura
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
Basepura encoder and decoder in TypeScript
github.com/zmxv/basepura
zmxv/basepura
basepura
/
vitest.config.ts
10 lines
(9 loc)
•
165 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
import { defineConfig }
from
'vitest/config'
; export
default
defineConfig
({
test
: {
coverage
: {
provider
:
'v8'
,
reporter
: [
'text'
], }, }, })