Skip to content

Commit

Permalink
Adds unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
skycube19 committed Sep 12, 2024
1 parent 68a01ed commit d02e86f
Show file tree
Hide file tree
Showing 4 changed files with 7,168 additions and 1,610 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,7 @@ jobs:
echo $PATH
npm install
npm run build
- name: run unit tests
run: |
npm run test
Loading

0 comments on commit d02e86f

Please sign in to comment.