Skip to content

Commit cb7b70f

Browse files
authored
Merge pull request #517 from aws-amplify/main
Release Amplify Codegen 3.3.3
2 parents 1a4209c + 89f00a5 commit cb7b70f

File tree

4 files changed

+511
-124
lines changed

4 files changed

+511
-124
lines changed

CONTRIBUTING.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,12 @@ $ amplify-dev init
115115
$ amplify-dev codegen <subcommand>
116116
```
117117

118+
To update snapshots:
119+
120+
```sh
121+
$ npx jest -u
122+
```
123+
118124
## Code Style
119125

120126
Generally, match the style of the surrounding code. Please ensure your changes don't wildly deviate from those rules. You can run `yarn lint-fix` to identify and automatically fix most style issues.

0 commit comments

Comments
 (0)