Skip to content

Commit

Permalink
Run jest specs verbose
Browse files Browse the repository at this point in the history
This helps to still pass the localStorage test that is failing because
of a jsdom issue.
  • Loading branch information
tvdeyen committed Nov 30, 2023
1 parent 856205e commit 83469dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,4 +122,4 @@ jobs:
- name: Install yarn
run: yarn install
- name: Run jest
run: yarn jest
run: yarn jest --verbose

0 comments on commit 83469dd

Please sign in to comment.