Skip to content

Commit

Permalink
fix: update broken did:ethr tests (#26)
Browse files Browse the repository at this point in the history
* fix: update broken did:ethr tests

* fix: update static jwt to use in-flight jwt
  • Loading branch information
alexmylonas authored Nov 22, 2024
1 parent 2f61288 commit 928a906
Show file tree
Hide file tree
Showing 5 changed files with 242 additions and 343 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@
"build:cjs": "tsc -p ./configs/tsconfig.cjs.json",
"prepack": "npm run build",
"lint": "eslint .",
"test": "jest --no-cache --verbose --coverage"
"test": "jest --no-cache --verbose --coverage",
"test:integration": "npx hardhat test"
},
"keywords": [],
"author": "",
Expand Down
1 change: 0 additions & 1 deletion tests/hardhat/did-ethr-chain.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ describe('did:ethr utilities', () => {
name: 'maticmum',
provider: didRegistry.provider,
registry: didRegistry.address,
chainId: 31337
})
})

Expand Down
Loading

0 comments on commit 928a906

Please sign in to comment.