Skip to content
This repository has been archived by the owner on Mar 15, 2022. It is now read-only.

Commit

Permalink
Use fixed fork of json-file-reporter
Browse files Browse the repository at this point in the history
Until my PR that adds the 'file' property on Test to the JSON output is merged, we can use my fork.

PR: mocha-community/json-file-reporter#60
  • Loading branch information
espendk committed Aug 11, 2021
1 parent f3298d9 commit bfed86b
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion lib/test_solidity.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ module.exports = (
const deploy = hre.deploy;
const Mocha = require("mocha"); // Testing library
const mocha = new Mocha({
reporter: "@mochajs/json-file-reporter", // TODO Move to config file
reporter: "@espendk/json-file-reporter", // TODO Move to config file
reporterOptions: { output: "mocha-test-report.json" }, // TODO Move to config file
}); // Instantiate to generate tests
const assert = require("chai").assert; // Assertion library
Expand Down
40 changes: 20 additions & 20 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"test": "hardhat test-solidity"
},
"devDependencies": {
"@mochajs/json-file-reporter": "^1.3.0",
"@espendk/json-file-reporter": "^1.4.1",
"chai": "^4.3.4",
"husky": "^4.3.0",
"lint-staged": "^10.5.1",
Expand Down

0 comments on commit bfed86b

Please sign in to comment.