UNPKG
@neocoast/neox
Version:
latest (0.1.0-alpha.0)
0.1.0-alpha.0
0.0.4
Data structure supporting new redux hooks
github.com/NeoCoast/neox
NeoCoast/neox
@neocoast/neox
/
jest.config.js
14 lines
(13 loc)
•
252 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
module
.
exports
= {
"roots"
: [
"<rootDir>/src"
],
"testMatch"
: [
"**/__tests__/**/*.+(spec|test)(ts|tsx|js)"
,
"**/?(*.)+(spec|test).+(ts|tsx|js)"
],
"collectCoverage"
:
true
,
"transform"
: {
"^.+\\.(ts|tsx)$"
:
"ts-jest"
}, }