-
Notifications
You must be signed in to change notification settings - Fork 7
Conversation
Codecov Report
@@ Coverage Diff @@
## refactor-encryption-manager #55 +/- ##
===============================================================
- Coverage 84.96% 84.35% -0.62%
===============================================================
Files 18 18
Lines 379 377 -2
Branches 53 49 -4
===============================================================
- Hits 322 318 -4
- Misses 57 59 +2
Continue to review full report at Codecov.
|
getEncryptionPublicKey: getEncryptionPublicKeyTestFn, | ||
decrypt: decryptTestFn | ||
}) | ||
const message = 'Hello my name is Javi' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
😄 (?)
@@ -110,33 +114,41 @@ export const customStorageFactory = (): ClientKeyValueStorage => { | |||
} | |||
} | |||
|
|||
export const setupDataVaultClient = async (serviceUrl: string, serviceDid: string): Promise<{ dataVaultClient: DataVaultWebClient, did: string }> => { | |||
// eslint-disable-next-line @typescript-eslint/no-unused-vars |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's remove it if we are not going to use it, then we can add it back
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Created #56
Breaking change: constructor now uses encryption manager and auth manager instances instead of options
Will add docs once PR is approved :)