chore(deps): update dependency vitest to v2 #34307
Annotations
2 errors
src/plugins/clubs-payments/api/fulfillment.test.ts > post returns {message: error} when it received an invalid input > with `webhookOnFulfillment` option > should return error if calling webhook failed > returns error:
src/plugins/clubs-payments/api/fulfillment.test.ts#L731
AssertionError: expected { type: 'return', value: Promise{…} } to deeply equal { type: 'throw', value: Error: ERROR }
- Expected
+ Received
Object {
- "type": "throw",
- "value": [Error: ERROR],
+ "type": "return",
+ "value": Promise {},
}
❯ src/plugins/clubs-payments/api/fulfillment.test.ts:731:49
|
build (20.x)
Process completed with exit code 1.
|