Passing SDK config params to injected provider #3411
Annotations
4 errors
Run Unit Tests:
packages/wallet-sdk/src/util/provider.test.ts#L92
AssertionError: expected "spy" to be called with arguments: [ 'Dapp', null, [] ]
Received:
1st spy call:
Array [
"Dapp",
null,
Array [],
+ Object {
+ "options": "all",
+ },
]
Number of calls: 1
❯ src/util/provider.test.ts:92:32
|
Run Unit Tests:
packages/wallet-sdk/src/util/provider.test.ts#L141
AssertionError: expected "spy" to be called with arguments: [ { appName: 'Dapp', …(3) } ]
Received:
Number of calls: 0
❯ src/util/provider.test.ts:141:49
|
Run Unit Tests:
packages/wallet-sdk/src/util/provider.test.ts#L162
AssertionError: expected "spy" to be called with arguments: [ { appName: 'Dapp', …(3) } ]
Received:
Number of calls: 0
❯ src/util/provider.test.ts:162:49
|
Run Unit Tests
Process completed with exit code 1.
|
Loading