Add tests on companies page (#155)

This commit is contained in:
Charles Bochet
2023-05-29 22:08:01 +02:00
committed by GitHub
parent 2f50cdc07e
commit 30d2337462
19 changed files with 459 additions and 108 deletions

View File

@ -38,8 +38,11 @@ jobs:
run: cd front && npm run lint
- name: Build Storybook
run: cd front && npm run build-storybook --quiet
- name: Serve Storybook and run tests
- name: Serve Storybook and run storybook tests
run: |
cd front && npx concurrently -k -s first -n "SB,TEST" -c "magenta,blue" \
"npx http-server storybook-static --silent --port 6006" \
"npm run coverage"
"npm run coverage"
- name: run jest tests
run: |
cd front && npm run test