UNPKG
@natewilcox/memory
Version:
latest (1.0.8)
1.0.8
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
Memory match game
github.com/natewilcox/memory
natewilcox/memory
@natewilcox/memory
/
vite.config.ts
9 lines
(8 loc)
•
194 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
import
{ defineConfig }
from
'vite'
import
{ test }
from
'vitest'
export
default
defineConfig
({
test
: {
globals
:
true
,
environment
:
'jsdom'
,
// or 'node' if you don't need DOM
}, })