Skip to content

Commit c189d1c

Browse files
remove coverage por UT in git actions workflow
1 parent 41fa124 commit c189d1c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Run linter
2323
run: yarn lint
2424
- name: Run unit tests
25-
run: yarn test:unit-coverage
25+
run: yarn test:unit
2626
env:
2727
FORCE_COLOR: true
2828
- name: Run Cypress tests

src/components/ui/Footer/__snapshots__/index.test.tsx.snap

+2-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ exports[`Footer renders without errors and matches snapshot 1`] = `
2222
aria-hidden="true"
2323
height="50"
2424
version="1.1"
25-
viewBox="0 0 438.55 438.55"
25+
viewBox="0
26+
0 438.55 438.55"
2627
width="50"
2728
xmlns="http://www.w3.org/2000/svg"
2829
>

0 commit comments

Comments
 (0)