mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2024-11-23 01:56:52 +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'],
|
|
};
|