UNPKG
react-grid-resizable
Version:
latest (1.0.0)
1.0.0
React Grid Resizable Component
github.com/netcell/react-grid-resizable
netcell/react-grid-resizable
react-grid-resizable
/
jest.config.js
17 lines
•
330 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
module.exports
=
{
"roots"
: [
"<rootDir>/src"
],
"transform"
: {
"^.+
\\
.tsx?$"
:
"ts-jest"
},
"testRegex"
:
"(/__tests__/.*|(
\\
.|/)(test|spec))
\\
.tsx?$"
,
"moduleFileExtensions"
: [
"ts"
,
"tsx"
,
"js"
,
"jsx"
,
"json"
,
"node"
], }