Skip to content

Commit 89f00a5

Browse files
author
Travis Sheppard
authored
fix(amplify-codegen): dart, add hardcoded modelName method for ModelType classes (#514)
1 parent 1a4209c commit 89f00a5

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)