Skip to content

Commit 140e9ec

Browse files
author
ci-bot
committed
disable hardhat
1 parent 9c51c7a commit 140e9ec

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

apps/remixdesktop/test/tests/app/hardhat.test.ts

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,13 @@ async function setupHardhatProject(): Promise<void> {
9191
}
9292
}
9393

94+
// because error [email protected]: The engine "node" is incompatible with this module. Expected version ">= 20.19.0". Got "20.16.0"
95+
// we need to disable the test
9496

97+
module.exports = {}
98+
99+
/*
95100
module.exports = {
96101
...process.platform.startsWith('win')?{}:tests
97-
}
102+
}
103+
*/

0 commit comments

Comments
 (0)