UNPKG
purplejs
Version:
latest (0.0.3)
0.0.3
0.0.2
0.0.1
A little bit of React
purplejs
/
jest.config.json
21 lines
(20 loc)
•
306 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"roots"
: [
"<rootDir>/src"
],
"transform"
: {
"^.+
\\
.tsx?$"
:
"ts-jest"
},
"testRegex"
:
"(/__tests__/.*|(
\\
.|/)(test|spec))
\\
.tsx?$"
,
"setupFiles"
: [
"jest-plugin-context/setup"
],
"moduleFileExtensions"
: [
"ts"
,
"tsx"
,
"js"
,
"jsx"
,
"json"
,
"node"
] }