fix(deps): update dependency viem to v2.22.7 (#515) #630
tests.yaml
on: push
extension
1m 1s
ui-package
29s
test-utils
30s
pilot-app
31s
Annotations
2 errors and 4 warnings
src/panel/port-handling/createPortOnTabActivity.spec.ts > createPortOnTabActivity > does not create a new port when a tab in another window becomes active:
deployables/extension/src/panel/port-handling/createPortOnTabActivity.spec.ts#L59
AssertionError: expected "spy" to not be called with arguments: [ 223, Anything ]
Received:
1st spy call:
Array [
223,
- Anything,
+ Object {
+ "disconnect": [Function spy],
+ "name": "test-port",
+ "onDisconnect": Object {
+ "addListener": [Function addListener],
+ "callListeners": [Function callListeners],
+ "clearListeners": [Function clearListeners],
+ "getListeners": [Function getListeners],
+ "hasListener": [Function hasListener],
+ "hasListeners": [Function hasListeners],
+ "removeListener": [Function removeListener],
+ "toEvent": [Function toEvent],
+ },
+ "onMessage": Object {
+ "addListener": [Function addListener],
+ "callListeners": [Function callListeners],
+ "clearListeners": [Function clearListeners],
+ "getListeners": [Function getListeners],
+ "hasListener": [Function hasListener],
+ "hasListeners": [Function hasListeners],
+ "removeListener": [Function removeListener],
+ "toEvent": [Function toEvent],
+ },
+ "postMessage": [Function spy],
+ },
]
Number of calls: 1
❯ src/panel/port-handling/createPortOnTabActivity.spec.ts:59:26
|
extension
Process completed with exit code 1.
|
test-utils
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
ui-package
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
pilot-app
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
extension
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|