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",