0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2025-01-27 22:59:51 -05:00

Add ui test to build

This commit is contained in:
Juan Picado @jotadeveloper 2017-06-17 11:08:30 +02:00
parent 18553ba130
commit 3b4b8d94d5
No known key found for this signature in database
GPG key ID: 18AC54485952D158

View file

@ -121,7 +121,7 @@
"server"
],
"scripts": {
"test": "npm run lint && mocha ./test/functional --reporter=spec --full-trace",
"test": "npm run lint && npm run test:ui:update && mocha ./test/functional --reporter=spec --full-trace",
"test:coverage": "nyc mocha -R spec ./test/functional ./test/unit",
"test:ui": "NODE_ENV=test jest",
"test:ui:update": "NODE_ENV=test jest -u",