0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-11-29 01:22:07 +01:00

Use runInBand to make Jest tests faster in CI env (#3618)

See https://facebook.github.io/jest/docs/troubleshooting.html#tests-are-extremely-slow-on-docker-and-or-continuous-integration-ci-server for further details.
This commit is contained in:
Thibaud Colas 2017-05-28 22:06:30 +03:00 committed by GitHub
parent f4f0e78f6a
commit 2058669eae

View File

@ -14,4 +14,4 @@ test:
- npm run lint
- scss-lint
- python -u runtests.py
- npm run test:unit:coverage
- npm run test:unit:coverage -- --runInBand