feat: implement network switch #8727
Annotations
3 errors and 1 warning
Test Components ^S-Z:
src/app/components/SelectNetworkDropdown/SelectNetworkDropdown.test.tsx#L76
AssertionError: expected "spy" to be called with arguments: [ undefined ]
Received:
1st spy call:
Array [
- undefined,
+ Network {},
]
2nd spy call:
Array [
- undefined,
+ Object {
+ "coin": [Function coin],
+ "coinName": [Function coinName],
+ "id": [Function id],
+ "isLive": [Function isLive],
+ "isTest": [Function isTest],
+ "ticker": [Function ticker],
+ },
]
Number of calls: 2
❯ src/app/components/SelectNetworkDropdown/SelectNetworkDropdown.test.tsx:76:20
|
Test Components ^S-Z:
src/app/components/SelectNetworkDropdown/SelectNetworkDropdown.test.tsx#L76
AssertionError: expected "spy" to be called with arguments: [ undefined ]
Received:
1st spy call:
Array [
- undefined,
+ Network {},
]
2nd spy call:
Array [
- undefined,
+ Object {
+ "coin": [Function coin],
+ "coinName": [Function coinName],
+ "id": [Function id],
+ "isLive": [Function isLive],
+ "isTest": [Function isTest],
+ "ticker": [Function ticker],
+ },
]
Number of calls: 2
❯ src/app/components/SelectNetworkDropdown/SelectNetworkDropdown.test.tsx:76:20
|
Test Components ^S-Z
Final attempt failed. Child_process exited with error code 1
|
Test Components ^S-Z
Attempt 1 failed. Reason: Child_process exited with error code 1
|
Loading