Add snapshots to readme (#1230)

This commit is contained in:
Lipis 2020-04-05 15:30:54 +03:00 committed by GitHub
parent f6bf093fdd
commit 0eb2f7092b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -45,6 +45,7 @@ git clone https://github.com/excalidraw/excalidraw.git
| `npm run test:code` | Test for formatting with Prettier | | `npm run test:code` | Test for formatting with Prettier |
| `npm run test:app` | Test the app | | `npm run test:app` | Test the app |
| `npm run test` | Run all tests | | `npm run test` | Run all tests |
| `npm run test -u` | Update all snapshots |
## Contributing ## Contributing