Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
Signed-off-by: Iliya Savov <[email protected]>
  • Loading branch information
isavov committed Jan 18, 2024
1 parent 586a121 commit 1ef2915
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions packages/relay/.mocharc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
'use strict';
module.exports = {
'forbid-only': Boolean(process.env.CI),
color: true,
'fail-zero': Boolean(process.env.CI),
reporter: "mocha-multi-reporters",
'reporter-options': "configFile=.mocharc.js",
'reporterEnabled': "spec, mocha-junit-reporter",
"mochaJunitReporterReporterOptions": {
"mochaFile": "test-results.[hash].xml",
"includePending": true,
"outputs": true
},
};

0 comments on commit 1ef2915

Please sign in to comment.