From 1531cb622614babc2a2088d4b138affdb481a6e0 Mon Sep 17 00:00:00 2001 From: Alfonso Austin <22054505+agar23@users.noreply.github.com> Date: Sat, 11 Jan 2020 16:22:48 -0500 Subject: [PATCH] chore/401 add new script to update tests (#416) * chore: add new script to update tests #401 * chore: update script name --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 90c5e0b..cc74fce 100644 --- a/package.json +++ b/package.json @@ -171,6 +171,7 @@ "test:acceptance:server": "concurrently --kill-others \"npm run verdaccio:server\" \"npm run test:acceptance\"", "test:e2e": "cross-env BABEL_ENV=test jest --config ./test/jest.config.e2e.js", "test": "cross-env NODE_ENV=test BABEL_ENV=test TZ=UTC jest --config ./jest/jest.config.js --maxWorkers 2 --passWithNoTests", + "test:update-snapshot": "npm run test -- -u", "test:size": "bundlesize", "lint": "npm run lint:js && npm run lint:css && npm run lint:lockfile", "lint:js": "npm run type-check && eslint . --ext .js,.ts,.tsx",