UNPKG
mad-news
Version:
latest (2.0.3)
2.0.3
2.0.2
2.0.1
2.0.0
1.0.2
1.0.1
1.0.0
Dramatic news generator
github.com/rtf6x/mad-news
rtf6x/mad-news
mad-news
/
jestconfig.json
9 lines
(8 loc)
•
220 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
{
"transform"
: {
"^.+
\\
.(t|j)sx?$"
:
"ts-jest"
},
"testRegex"
:
"(/tests/.*|(
\\
.|/)(test|spec))
\\
.(jsx?|tsx?)$"
,
"moduleFileExtensions"
: [
"ts"
,
"tsx"
,
"js"
,
"jsx"
,
"json"
,
"node"
],
"verbose"
:
false
}