1
0
Fork 1
mirror of https://github.com/SomboChea/ui synced 2024-05-09 21:11:37 +07:00

chore/401 add new script to update tests (#416)

* chore: add new script to update tests #401

* chore: update script name
This commit is contained in:
Alfonso Austin 2020-01-11 16:22:48 -05:00 committed by Juan Picado @jotadeveloper
parent e514ec95a6
commit 1531cb6226

View File

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