UNPKG
@gabrielpotter/lru-lfu-cache
Version:
latest (1.0.6)
1.0.6
1.0.5
1.0.4
1.0.3
LRU LFU cache
github.com/GabrielPotter/lru-lfu-cache.git
GabrielPotter/lru-lfu-cache
@gabrielpotter/lru-lfu-cache
/
jest.config.ts
10 lines
(7 loc)
•
181 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
import
type
{
Config
}
from
'jest'
;
const
config
:
Config
= {
preset
:
'ts-jest'
,
testEnvironment
:
'node'
,
testMatch
: [
'**/__tests__/**/*.test.ts'
], };
export
default
config;