chore(deps): update dependency vitest to v1 - autoclosed #1944
Annotations
3 errors and 1 warning
Run pnpm run test --coverage:
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
|
Run pnpm run test --coverage:
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
|
Run pnpm run test --coverage
Process completed with exit code 1.
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: pnpm/action-setup@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Loading