https://github.com/fvictorio/edr-590
https://github.com/fvictorio/edr-590
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/fvictorio/edr-590
- Owner: fvictorio
- Created: 2024-08-12T08:34:34.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-08-12T08:37:13.000Z (10 months ago)
- Last Synced: 2025-04-01T12:23:28.725Z (about 2 months ago)
- Language: JavaScript
- Size: 26.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Reproduction steps
```
pnpm install
node test/test.js
```The execution doesn't panic with any of these changes:
- If you disable interval mining in the config (removing the `interval: 1000` line from the config)
- If you remove the `const { it } = require("node:test");` line from the test file and run `pnpm hardhat test`, which uses mocha under the hood