mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-07-13 09:50:08 -04:00
Merge pull request #3207 from alphagov/fix-tests-console-output
Fix console output for JS tests
This commit is contained in:
@@ -34,7 +34,7 @@ isort --check-only -rc ./app ./tests
|
||||
display_result $? 2 "Import order check"
|
||||
|
||||
npm test
|
||||
display_result $? 3 "Javascript tests have failed"
|
||||
display_result $? 3 "Javascript tests have"
|
||||
|
||||
## Code coverage
|
||||
py.test -n auto --maxfail=10 --cov=app --cov-report=term-missing tests/ --junitxml=test_results.xml --strict -p no:warnings
|
||||
|
||||
Reference in New Issue
Block a user