Skip to content

Commit

Permalink
Merge pull request #11 from NilFoundation/2-fix-add-unit-tests
Browse files Browse the repository at this point in the history
Add unit tests for public client
  • Loading branch information
ukorvl authored May 29, 2024
2 parents a9de4e8 + 9b64379 commit e1a1354
Show file tree
Hide file tree
Showing 25 changed files with 798 additions and 68 deletions.
5 changes: 5 additions & 0 deletions .changeset/eleven-dogs-shop.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@nilfoundation/niljs": patch
---

Add unit tests for PublicClient
2 changes: 1 addition & 1 deletion biome.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
"lineWidth": 80
},
"files": {
"ignore": ["node_modules", "dist", "package.json"]
"ignore": ["node_modules", "dist", "package.json", "test/coverage"]
}
}
Loading

0 comments on commit e1a1354

Please sign in to comment.