SymphonyElectron/tests/jest_unit.json
Kiran Niranjan 5a0576402c ELECTRON-651 (Assign focused window to the screen picker) [Windows] (#468)
* ELECTRON-651 - Assign focused window to the screen picker

which disables user interaction with the content below

* ELECTRON-651 - Fix jest-html-reporter's path in jest config

* ELECTRON-651 - Fix unit tests
2018-08-20 17:35:40 +05:30

6 lines
129 B
JSON

{
"testMatch": ["**/*.test.js"],
"verbose": true,
"testResultsProcessor": "../node_modules/jest-html-reporter"
}