Adding dist and build

This commit is contained in:
Jonathan Putney
2019-11-13 21:16:30 -05:00
parent 49139df468
commit 290fb12f82
9 changed files with 11050 additions and 172 deletions

10
.mocha-reports.json Normal file
View File

@@ -0,0 +1,10 @@
{
"reporterEnabled": "mocha-junit-reporter, mochawesome",
"mochaJunitReporterReporterOptions": {
"mochaFile": "reports/mocha/test-results.xml"
},
"mochawesomeReporterOptions": {
"reportDir": "./reports",
"reportFilename": "index"
}
}