UNPKG
ccsay
Version:
latest (0.0.2)
1.0.2
1.0.1
1.0.0
0.0.2
A joke CLI tool that displays text in ASCII art like cowsay
ccsay
/
vitest.config.ts
8 lines
(7 loc)
•
139 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
import { defineConfig }
from
"vitest/config"
; export
default
defineConfig
({
test
: {
globals
:
true
,
environment
:
"node"
, }, });