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 8931d52 commit b5613c6Copy full SHA for b5613c6
v-next/hardhat-viem-assertions/README.md
@@ -115,7 +115,9 @@ await viem.assertions.revertWithCustomErrorWithArgs(
115
"CustomErrorWithUintAndString",
116
[(arg: bigint) => arg === 1n, "test"],
117
);
118
+```
119
120
+```ts
121
import { anyValue } from "@nomicfoundation/hardhat-toolbox-viem/predicates";
122
123
await viem.assertions.revertWithCustomErrorWithArgs(
@@ -162,7 +164,9 @@ await viem.assertions.emitWithArgs(
162
164
"WithTwoUintArgs",
163
165
[1n, (arg: bigint) => arg >= 2],
166
167
168
169
170
171
172
await viem.assertions.emitWithArgs(
0 commit comments