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 2b72ff2 commit a7c4f65Copy full SHA for a7c4f65
packages/cashscript/test/e2e/network/FullStack.test.ts
@@ -73,4 +73,6 @@ if (!process.env.TESTS_USE_MOCKNET) {
73
});
74
75
76
+} else {
77
+ test.skip('skip', () => {});
78
}
0 commit comments