chore(deps): update vitest monorepo to v2 (major) #230
Annotations
7 errors and 1 warning
src/api.spec.ts#L78
Error: Snapshot `API > createComment > should not throw 1` mismatched
- Expected
+ Received
@@ -10,12 +10,9 @@
],
],
"results": [
{
"type": "return",
- "value": {
- "data": {},
- "status": 201,
- },
+ "value": Promise {},
},
],
}
β― src/api.spec.ts:78:23
|
src/api.spec.ts#L222
Error: Snapshot `API > updateComment > should not throw 1` mismatched
- Expected
+ Received
@@ -10,12 +10,9 @@
],
],
"results": [
{
"type": "return",
- "value": {
- "data": {},
- "status": 200,
- },
+ "value": Promise {},
},
],
}
β― src/api.spec.ts:222:23
|
src/api.spec.ts#L279
Error: Snapshot `API > deleteComment > should not throw 1` mismatched
- Expected
+ Received
@@ -9,12 +9,9 @@
],
],
"results": [
{
"type": "return",
- "value": {
- "data": {},
- "status": 204,
- },
+ "value": Promise {},
},
],
}
β― src/api.spec.ts:279:23
|
src/api.spec.ts#L322
Error: Snapshot `API > createCheck > should not throw 1` mismatched
- Expected
+ Received
@@ -15,12 +15,9 @@
],
],
"results": [
{
"type": "return",
- "value": {
- "data": {},
- "status": 201,
- },
+ "value": Promise {},
},
],
}
β― src/api.spec.ts:322:23
|
|
src/api.spec.ts#L10
Module '"vitest"' has no exported member 'SpyInstance'.
|
|
The following actions use a deprecated Node.js version and will be forced to run on node20: pnpm/action-setup@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
The logs for this run have expired and are no longer available.
Loading