mirror of
https://github.com/SomboChea/ui
synced 2024-11-05 06:04:28 +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:
parent
e514ec95a6
commit
1531cb6226
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user