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-10 19:56:54 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
e49708d831
redux-devtools
/
jest.config.js
4 lines
83 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Run jest for all packages
2019-01-09 03:18:30 +03:00
module
.
exports
=
{
chore(extension): add extension to yarn workspaces (#747) * Add packages * misc changes * Work * Fix missing package * Remove lint for now * Test differently * Try no-sandbox * Test * Try that * Try that * Test * Not headless? * Test electron * Try Windows * lerna run test * Update
2021-06-20 06:08:00 +03:00
projects
:
[
'<rootDir>/extension'
,
'<rootDir>/packages/*'
]
,
Run jest for all packages
2019-01-09 03:18:30 +03:00
}
;
Reference in New Issue
Copy Permalink