mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2024-11-22 09:36:43 +03:00
326cfdf217
* 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
5 lines
123 B
JavaScript
5 lines
123 B
JavaScript
module.exports = {
|
|
setupFilesAfterEnv: ['<rootDir>/test/setup.js'],
|
|
testPathIgnorePatterns: ['<rootDir>/examples'],
|
|
};
|