Skip to content

Commit cc0eb83

Browse files
committed
hh test not on windows
1 parent ad239d6 commit cc0eb83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,5 +92,5 @@ async function setupHardhatProject(): Promise<void> {
9292

9393

9494
module.exports = {
95-
...tests
95+
...process.platform.startsWith('win')?{}:tests
9696
}

0 commit comments

Comments
 (0)