Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: fix docs error #635

Merged
merged 10 commits into from
Dec 11, 2023
2 changes: 1 addition & 1 deletion core/tests/ts-integration/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ implemented, register them at [setup file](./src/jest-setup/add-matchers.ts) and
### Matcher modifiers

`toBeAccepted` and `toBeRejected` matchers accept modifiers. You can see one (`shouldChangeETHBalances`) above. There
are others (like `shouldChangeTokenBalances` or `shouldOnlyTakeFee`), and if needed you can create your onw ones.
are others (like `shouldChangeTokenBalances` or `shouldOnlyTakeFee`), and if needed you can create your own ones.

These modifiers would be applied to the transaction receipt, and you can implement any kind of custom logic there. To do
so, you just need to declare a class that inherits `MatcherModifier` class and implements the `check` method.
Expand Down