Merge branch 'jest-run-in-band' into 'develop'

GitLab CI: try jest --runInBand

See merge request soapbox-pub/soapbox-fe!1609
This commit is contained in:
Alex Gleason 2022-07-06 17:02:01 +00:00
commit bf20f8dff8

View file

@ -57,7 +57,7 @@ lint-sass:
jest:
stage: test
script: yarn test:coverage
script: yarn test:coverage --runInBand
only:
changes:
- "**/*.js"