chore(deps): update dependency vitest to v1 - autoclosed #3347
Annotations
3 errors and 1 warning
src/getSponsorshipsAsMaintainer.test.ts > getSponsorshipsAsMaintainer > queries under the login as a user when login is provided:
src/getSponsorshipsAsMaintainer.test.ts#L27
Error: Snapshot `getSponsorshipsAsMaintainer > queries under the login as a user when login is provided 1` mismatched
- Expected
+ Received
@@ -1,10 +1,10 @@
[
[
"
{
- user(login: \"test-login\") {
+ user(login: "test-login") {
sponsorshipsAsMaintainer(activeOnly: true, first: 100) {
edges {
node {
sponsorEntity {
... on Organization {
❯ src/getSponsorshipsAsMaintainer.test.ts:27:34
|
src/getSponsorshipsAsMaintainer.test.ts > getSponsorshipsAsMaintainer > logs to the logger when one is provided:
src/getSponsorshipsAsMaintainer.test.ts#L125
Error: Snapshot `getSponsorshipsAsMaintainer > logs to the logger when one is provided 1` mismatched
- Expected
+ Received
@@ -4,19 +4,19 @@
"test-login",
],
[
"GraphQL response:",
"{
- \"viewer\": {
- \"sponsorshipsAsMaintainer\": {
- \"edges\": [
+ "viewer": {
+ "sponsorshipsAsMaintainer": {
+ "edges": [
{
- \"node\": {
- \"id\": \"def456\",
- \"tier\": {
- \"id\": \"ghi789\",
- \"monthlyPriceInDollars\": 1
+ "node": {
+ "id": "def456",
+ "tier": {
+ "id": "ghi789",
+ "monthlyPriceInDollars": 1
}
}
}
]
}
❯ src/getSponsorshipsAsMaintainer.test.ts:125:29
|
test
Process completed with exit code 1.
|
test
The following actions uses Node.js version which is deprecated 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/
|