Skip to content

Commit

Permalink
Refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
lbeder committed Nov 21, 2024
1 parent ccd2699 commit fd89379
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 167 deletions.
2 changes: 0 additions & 2 deletions hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ const { PROFILE: isProfiling }: EnvOptions = process.env as any as EnvOptions;

const mochaOptions = (): MochaOptions => {
let timeout = 600000;
let grep;
let reporter;

if (isProfiling) {
Expand All @@ -24,7 +23,6 @@ const mochaOptions = (): MochaOptions => {
timeout,
color: true,
bail: true,
grep,
reporter
};
};
Expand Down
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,9 @@
"@openzeppelin/contracts": "5.0.2",
"@typechain/ethers-v6": "^0.5.1",
"@types/chai": "^4.3.17",
"@types/chance": "^1.1.6",
"@types/mocha": "^10.0.7",
"@types/node": "^22.1.0",
"chai-bigint": "^0.2.0",
"chance": "^1.1.12",
"copyfiles": "^2.4.1",
"decimal.js": "^10.4.3",
"eslint": "^9.8.0",
Expand All @@ -83,7 +81,6 @@
"eslint-plugin-import": "^2.29.1",
"ethereumjs-util": "^7.1.5",
"ethers": "^6.13.2",
"glob": "^11.0.0",
"hardhat-contract-sizer": "^2.10.0",
"mocha": "^10.7.0",
"mocha-silent-reporter": "^1.0.0",
Expand Down
Loading

0 comments on commit fd89379

Please sign in to comment.