Skip to content

Commit

Permalink
Bump mocha, might test properly now
Browse files Browse the repository at this point in the history
  • Loading branch information
Cashmaney committed Jun 4, 2024
1 parent 4c43660 commit ab55e3c
Show file tree
Hide file tree
Showing 5 changed files with 2,217 additions and 2,910 deletions.
14 changes: 0 additions & 14 deletions package-lock.json

This file was deleted.

2 changes: 1 addition & 1 deletion packages/fhenix-hardhat-docker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@types/node": "^16.18.76",
"chai": "^4.4.1",
"hardhat": "^2.0.0",
"mocha": "^7.2.0",
"mocha": "^10.4.0",
"prettier": "2.0.5",
"ts-node": "^8.10.2",
"tslint": "^5.20.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/fhenix-hardhat-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@types/node": "^16.18.76",
"chai": "^4.2.0",
"hardhat": "^2.0.0",
"mocha": "^7.1.2",
"mocha": "^10.4.0",
"prettier": "2.0.5",
"ts-node": "^8.1.0",
"tslint": "^5.16.0",
Expand Down
1 change: 0 additions & 1 deletion packages/fhenix-hardhat-plugin/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ extendConfig((config, userConfig) => {
path: "m/44'/60'/0'/0",
initialIndex: 0,
count: 20,
passphrase: "",
},
};
});
Expand Down
Loading

0 comments on commit ab55e3c

Please sign in to comment.