Skip to content

Commit

Permalink
Fix unit tests, configure theh CI to actually run tests
Browse files Browse the repository at this point in the history
  • Loading branch information
SjaakSchilperoort committed Aug 15, 2023
1 parent a045ba1 commit 73f16b8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,7 @@ jobs:
run: echo "//npm.fontawesome.com/:_authToken=${{ secrets.FONTAWESOME_NPM_AUTH_TOKEN }}" >> .npmrc && cat .npmrc
- name: Install modules
run: yarn
- name: Run eslint
run: yarn lint
- name: Run tests with coverage
run: yarn test --coverage --silent
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ exports[`DocumentLink Rendering 1`] = `
color="#0066B1"
name="file-lines"
size={14}
type="light"
type="solid"
/>
</View>
<Text
Expand Down

0 comments on commit 73f16b8

Please sign in to comment.