This website requires JavaScript.
Explore
Help
Register
Sign In
reduxjs
/
redux-devtools
Watch
1
Star
1
Fork
0
You've already forked redux-devtools
mirror of
https://github.com/reduxjs/redux-devtools.git
synced
2024-11-15 14:17:07 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
9e01600dde
redux-devtools
/
packages
/
react-json-tree
/
jest.config.js
9 lines
123 B
JavaScript
Raw
Normal View
History
Unescape
Escape
feature(react-json-tree): convert react-json-tree to TypeScript (#601) * eslint base * stash * setup * stash * stash * Add jest.config.js * caught
2020-08-22 03:13:24 +03:00
module
.
exports
=
{
preset
:
'ts-jest'
,
Use types in tscnofig to explicitly define global types (#1045)
2022-01-23 00:51:27 +03:00
globals
:
{
'ts-jest'
:
{
tsconfig
:
'tsconfig.test.json'
,
}
,
}
,
feature(react-json-tree): convert react-json-tree to TypeScript (#601) * eslint base * stash * setup * stash * stash * Add jest.config.js * caught
2020-08-22 03:13:24 +03:00
}
;
Reference in New Issue
Copy Permalink