mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-01-31 11:51:41 +03:00
ebb0818093
* Start converting to jest * Use toMatch * Finish * Remove commented out code * Remove @babel/register
4 lines
65 B
JavaScript
4 lines
65 B
JavaScript
module.exports = {
|
|
setupFiles: ['<rootDir>/test/setup.js'],
|
|
};
|