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-13 13:16:52 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
84e11135c3
redux-devtools
/
packages
/
map2tree
/
jest.config.js
9 lines
123 B
JavaScript
Raw
Normal View
History
Unescape
Escape
feat(map2tree): convert to TypeScript (#638) * map2tree * Fix build
2020-09-20 02:56:40 +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'
,
}
,
}
,
feat(map2tree): convert to TypeScript (#638) * map2tree * Fix build
2020-09-20 02:56:40 +03:00
}
;
Reference in New Issue
Copy Permalink