diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 36821899..4037f219 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -31,6 +31,10 @@ composer lint ``` ## Tests +Update the snapshots: +```bash +composer update:snapshots +``` Run all tests: ```bash composer test