We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41fa124 commit c189d1cCopy full SHA for c189d1c
.github/workflows/deploy.yml
@@ -22,7 +22,7 @@ jobs:
22
- name: Run linter
23
run: yarn lint
24
- name: Run unit tests
25
- run: yarn test:unit-coverage
+ run: yarn test:unit
26
env:
27
FORCE_COLOR: true
28
- name: Run Cypress tests
src/components/ui/Footer/__snapshots__/index.test.tsx.snap
@@ -22,7 +22,8 @@ exports[`Footer renders without errors and matches snapshot 1`] = `
aria-hidden="true"
height="50"
version="1.1"
- viewBox="0 0 438.55 438.55"
+ viewBox="0
+ 0 438.55 438.55"
width="50"
xmlns="http://www.w3.org/2000/svg"
29
>
0 commit comments