From 0eb2f7092b8f6d9a177dfc753dd32e85bc1cc8ea Mon Sep 17 00:00:00 2001 From: Lipis Date: Sun, 5 Apr 2020 15:30:54 +0300 Subject: [PATCH] Add snapshots to readme (#1230) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3bdeac56..6299e5c4 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,7 @@ git clone https://github.com/excalidraw/excalidraw.git | `npm run test:code` | Test for formatting with Prettier | | `npm run test:app` | Test the app | | `npm run test` | Run all tests | +| `npm run test -u` | Update all snapshots | ## Contributing