UNPKG
memo-storage
Version:
latest (0.2.0)
0.2.0
0.1.0
Storage based cache service
github.com/maxmarinich/memo-storage
maxmarinich/memo-storage
memo-storage
/
jest.config.js
8 lines
(7 loc)
•
193 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
module.exports
=
{ transform: {
"^.+
\\
.tsx?$"
:
"ts-jest"
}, testRegex:
"(/tests/.*|(
\\
.|/)(test|spec))
\\
.tsx?$"
, moduleFileExtensions: [
"ts"
,
"tsx"
,
"js"
,
"jsx"
,
"json"
,
"node"
] };