Skip to content

Commit 6fde4cf

Browse files
Passkey e2e (#2070)
# Goal The goal of this PR is to add e2e tests for passkey pallet Details - Added 3 Negative tests and One happy path test Part of #2032 # Checklist - [ ] Chain spec updated - [ ] Custom RPC OR Runtime API added/changed? Updated js/api-augment. - [ ] Design doc(s) updated - [x] Tests added - [ ] Benchmarks added - [ ] Weights updated --------- Co-authored-by: Aramik <[email protected]>
1 parent b242c20 commit 6fde4cf

File tree

9 files changed

+225
-219
lines changed

9 files changed

+225
-219
lines changed

e2e/package-lock.json

Lines changed: 35 additions & 216 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

e2e/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
"dependencies": {
2121
"@frequency-chain/api-augment": "file:../js/api-augment/dist/frequency-chain-api-augment-0.0.0.tgz",
2222
"@helia/unixfs": "^3.0.6",
23+
"@noble/curves": "^1.4.2",
2324
"@polkadot/api": "12.0.1",
2425
"@polkadot/types": "12.0.1",
2526
"@polkadot/util": "12.6.2",

0 commit comments

Comments
 (0)