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 e21132a commit 4a2f991Copy full SHA for 4a2f991
contract-examples/test/README.md
@@ -37,7 +37,7 @@ test(
37
Many contract functions can be called as a part of the same test:
38
39
```ts
40
-test("<step_name>", ["<step_fn1>", "<step_fn2>", "<step_fn3>"])
+test("<test_name>", ["<step_fn1>", "<step_fn2>", "<step_fn3>"])
41
```
42
43
Individual test functions can describe their own overrides with the `overrides` property.
0 commit comments