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 df128bf commit cd1214cCopy full SHA for cd1214c
packages/thirdweb/src/wallets/smart/smart-wallet-dev.test.ts
@@ -26,7 +26,7 @@ const contract = getContract({
26
chain,
27
address: "0x6A7a26c9a595E6893C255C9dF0b593e77518e0c3",
28
});
29
-describe.runIf(process.env.TW_SECRET_KEY).skip.sequential(
+describe.runIf(process.env.TW_SECRET_KEY).sequential(
30
"SmartWallet policy tests",
31
{
32
retry: 0,
0 commit comments