redux-devtools/jest.config.js
Nathan Bierema 326cfdf217
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-19 23:08:00 -04:00

4 lines
83 B
JavaScript

module.exports = {
projects: ['<rootDir>/extension', '<rootDir>/packages/*'],
};