Include legacy unit tests when running test:unit

This commit is contained in:
Paul Kaplan 2021-03-08 12:15:23 -05:00
parent 27dafac7f0
commit 8b2bb5fe92

View file

@ -15,8 +15,8 @@
"test:smoke:sauce": "SMOKE_REMOTE=true tap ./test/integration-legacy/smoke-testing/*.js --timeout=60000 --no-coverage -R classic",
"test:unit": "npm run test:unit:jest && npm run test:unit:tap",
"test:unit:jest": "jest ./test/unit/ && jest ./test/localization/*.test.js",
"test:unit:tap": "tap ./test/{unit-legacy,localization-legacy}/*.js --no-coverage -R classic",
"test:coverage": "tap ./test/{unit-legacy,localization-legacy}/*.js --coverage --coverage-report=lcov",
"test:unit:tap": "tap ./test/{unit-legacy,localization-legacy} --no-coverage -R classic",
"test:coverage": "tap ./test/{unit-legacy,localization-legacy} --coverage --coverage-report=lcov",
"build": "npm run clean && npm run translate && NODE_OPTIONS=--max_old_space_size=8000 webpack --bail",
"clean": "rm -rf ./build && rm -rf ./intl && mkdir -p build && mkdir -p intl",
"deploy": "npm run deploy:s3 && npm run deploy:fastly",