We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 726fb9a commit 5d632e1Copy full SHA for 5d632e1
.github/workflows/test.yml
@@ -28,6 +28,8 @@ jobs:
28
run_install: true
29
30
- name: Run hardhat tests
31
+ env:
32
+ NODE_OPTIONS: "--experimental-loader ts-node/esm/transpile-only --no-warnings=ExperimentalWarning"
33
run: pnpm hardhat test
34
35
foundry-check:
0 commit comments