Skip to content

Commit

Permalink
add unit tests for public client #2
Browse files Browse the repository at this point in the history
  • Loading branch information
ukorvl committed May 29, 2024
1 parent a9de4e8 commit e129ecf
Show file tree
Hide file tree
Showing 26 changed files with 801 additions and 71 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
6 changes: 3 additions & 3 deletions .github/actions/build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ runs:
- name: Format
shell: bash
run: npm run format
# - name: Test
# shell: bash
# run: npm run test:ci
- name: Test
shell: bash
run: npm run test:ci -- related ./src/clients/PublicClient.test.ts'
- name: Build
shell: bash
run: |
Expand Down
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 e129ecf

Please sign in to comment.