SymphonyElectron/tests/jest_unit.json

6 lines
128 B
JSON
Raw Normal View History

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