mirror of
https://github.com/finos/SymphonyElectron.git
synced 2025-01-07 06:33:58 -06:00
5a0576402c
* 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
6 lines
129 B
JSON
6 lines
129 B
JSON
{
|
|
"testMatch": ["**/*.test.js"],
|
|
"verbose": true,
|
|
"testResultsProcessor": "../node_modules/jest-html-reporter"
|
|
}
|
|
|