From 2c329cdbb3915d6fddbde53dafc57a1f58486c2a Mon Sep 17 00:00:00 2001 From: Pierre-Yves B Date: Sat, 29 Aug 2020 21:28:27 +0200 Subject: [PATCH] Update documentation about snapshot tests (#5468) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index af7fc88c91..ea78d9638f 100644 --- a/README.md +++ b/README.md @@ -128,8 +128,8 @@ Please report any Gitpod bugs, questions, or suggestions in issue [Snapshot tests][] ensure we don't inadvertently make changes that affect the SVG or JSON output. When deliberately changing the output, run -`SNAPSHOT_DRY=1 npm run test:js:server` to preview changes to the saved -snapshots, and `SNAPSHOT_UPDATE=1 npm run test:js:server` to update them. +`SNAPSHOT_DRY=1 npm run test:package` to preview changes to the saved +snapshots, and `SNAPSHOT_UPDATE=1 npm run test:package` to update them. The server can be configured to use [Sentry][] ([configuration][sentry configuration]) and [Prometheus][] ([configuration][prometheus configuration]).