Skip to content

Commit

Permalink
fix: className undefined issue (#129)
Browse files Browse the repository at this point in the history
* fix: className undefined issue

* chore: add test coverage

* test: add a few tests

* test: add more tests with lazy import
  • Loading branch information
luwes authored Dec 21, 2023
1 parent b6217c8 commit 717ef00
Show file tree
Hide file tree
Showing 7 changed files with 389 additions and 10 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,8 @@ jobs:
- run: npm ci
- run: npm run build --if-present
- run: npm test
- run: npm run coverage
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ example-app/
.vscode/
.env
.DS_Store
coverage/
Loading

0 comments on commit 717ef00

Please sign in to comment.