Merge pull request #8099 from jibees/8097-test-stimulus

Add jest and stimulusjs testing
This commit is contained in:
Matt-Yorkley
2021-09-03 16:16:16 +02:00
committed by GitHub
5 changed files with 1363 additions and 52 deletions

View File

@@ -274,6 +274,9 @@ jobs:
- name: Run JS tests
run: RAILS_ENV=test bundle exec rake karma:run
- name: Run jest tests
run: yarn jest
# Migration tests need to be run in a separate task.
# See: https://github.com/openfoodfoundation/openfoodnetwork/pull/6924#issuecomment-813056525
- name: Run migration tests