UNPKG
b12normalize
Version:
latest (0.0.1-alpha)
0.0.1-alpha
A super b12 powered js normalizer
github.com/briangtn/b12normalize
briangtn/b12normalize
b12normalize
/
jestconfig.json
7 lines
•
191 B
JSON
View Raw
1
2
3
4
5
6
7
{
"transform"
: {
"^.+
\\
.(t|j)sx?$"
:
"ts-jest"
},
"testRegex"
:
"(/tests/.*|(
\\
.|/)(test|spec))
\\
.(jsx?|tsx?)$"
,
"moduleFileExtensions"
: [
"ts"
,
"tsx"
,
"js"
,
"jsx"
,
"json"
,
"node"
] }