Skip to content

Commit

Permalink
Merge pull request #3 from SoftServeInc/ADDING_UNIT_TESTS
Browse files Browse the repository at this point in the history
Cover an app with unit tests (part #1)
  • Loading branch information
Valentyn Arkho authored Aug 16, 2022
2 parents bcd121d + 0f81ae2 commit 8f60ed1
Show file tree
Hide file tree
Showing 25 changed files with 1,864 additions and 74 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,6 @@ jobs:

- name: Run build
run: npm run build

- name: Run unit tests
run: npm run test:unit
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ node_modules
build
npm-debug.log
.env
.DS_Store
.DS_Store
coverage
Loading

0 comments on commit 8f60ed1

Please sign in to comment.