type fixed #228
Annotations
4 errors and 3 warnings
packages/react-query/src/utils-procedure.test.ts > mutationOptions > works:
packages/react-query/src/utils-procedure.test.ts#L127
AssertionError: expected "spy" to be called with arguments: [ 1 ]
Received:
1st spy call:
Array [
1,
+ Object {
+ "context": undefined,
+ },
]
Number of calls: 1
❯ packages/react-query/src/utils-procedure.test.ts:127:20
|
packages/vue-query/src/utils-procedure.test.ts > mutationOptions > works:
packages/vue-query/src/utils-procedure.test.ts#L174
AssertionError: expected "spy" to be called with arguments: [ 1 ]
Received:
1st spy call:
Array [
1,
+ Object {
+ "context": undefined,
+ },
]
Number of calls: 1
❯ packages/vue-query/src/utils-procedure.test.ts:174:20
|
test
Process completed with exit code 1.
|
lint
Process completed with exit code 1.
|
test
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
publish-commit
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|