Make npm run test run all unit tests

This commit is contained in:
BryceLTaylor 2019-07-18 16:18:27 -04:00
parent 755b26a578
commit 53fc6e57fd

View file

@ -4,7 +4,7 @@
"description": "Standalone WWW client for Scratch",
"scripts": {
"start": "node ./dev-server/index.js",
"test": "npm run test:lint && npm run build && npm run test:unit:tap",
"test": "npm run test:lint && npm run build && npm run test:unit",
"test:lint": "eslint . --ext .js,.jsx,.json",
"test:integration": "npm run test:integration:jest && npm run test:smoke",
"test:integration:jest": "jest ./test/integration/*.test.js",