Skip to content

Commit

Permalink
Add extra unit tests including royalty, util, client files (#147)
Browse files Browse the repository at this point in the history
* Add royalty, util, client unit tests

* Update royalty integration test

* Update address and the related methods

* Change story chain into sepolia integration tests

* Delete api key in wagmi config
  • Loading branch information
bonnie57 authored Apr 24, 2024
1 parent e1c9f2f commit 36c4bad
Show file tree
Hide file tree
Showing 23 changed files with 2,628 additions and 1,025 deletions.
12 changes: 6 additions & 6 deletions packages/core-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@story-protocol/core-sdk",
"version": "1.0.0-rc.4",
"version": "1.0.0-rc.5",
"description": "Story Protocol Core SDK",
"main": "dist/story-protocol-core-sdk.cjs.js",
"module": "dist/story-protocol-core-sdk.esm.js",
Expand Down Expand Up @@ -78,11 +78,11 @@
"src/index.ts",
"src/types/**/*"
],
"check-coverage": false,
"lines": 70,
"functions": 70,
"branches": 70,
"statements": 70
"check-coverage": true,
"lines": 90,
"functions": 90,
"branches": 90,
"statements": 90
},
"typedoc": {
"entryPoint": "./src/index.ts",
Expand Down
Loading

0 comments on commit 36c4bad

Please sign in to comment.