Skip to content

Commit a232056

Browse files
chore(deps): update jest monorepo to v30 (major) (#8679)
* chore(deps): update jest monorepo to v30 * Fix * Try again * More * Go * Fix integration tests --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Arda TANRIKULU <[email protected]>
1 parent 99d69a4 commit a232056

File tree

124 files changed

+1299
-901
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

124 files changed

+1299
-901
lines changed

e2e/auto-type-merging/__snapshots__/auto-type-merging.test.ts.snap

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
// Jest Snapshot v1, https://goo.gl/fbAQLP
1+
// Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing
22

3-
exports[`should compose the appropriate schema 1`] = `
3+
exports[`should execute GetPet 1`] = `
44
"schema
55
@link(url: "https://specs.apollo.dev/link/v1.0")
66
@link(url: "https://specs.apollo.dev/join/v0.3", for: EXECUTION)
@@ -534,7 +534,7 @@ input User_Input @join__type(graph: PETSTORE) {
534534
"
535535
`;
536536

537-
exports[`should execute GetPet 1`] = `
537+
exports[`should execute GetPet 2`] = `
538538
{
539539
"data": {
540540
"getPetById": {

e2e/cache-control/__snapshots__/cache-control.test.ts.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Jest Snapshot v1, https://goo.gl/fbAQLP
1+
// Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing
22

33
exports[`Cache Control Composition via Apollo Rover composes 1`] = `
44
"schema

e2e/cjs-project/__snapshots__/cjs-project.test.ts.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Jest Snapshot v1, https://goo.gl/fbAQLP
1+
// Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing
22

33
exports[`should compose 1`] = `
44
"schema

e2e/compose-to-output/__snapshots__/compose-to-output.test.ts.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Jest Snapshot v1, https://goo.gl/fbAQLP
1+
// Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing
22

33
exports[`should write compose output to supergraph.graphql 1`] = `
44
"schema

e2e/esm-config-in-cjs-project/__snapshots__/esm-config-in-cjs-project.test.ts.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Jest Snapshot v1, https://goo.gl/fbAQLP
1+
// Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing
22

33
exports[`should compose 1`] = `
44
"schema

e2e/esm-project/__snapshots__/esm-project.test.ts.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Jest Snapshot v1, https://goo.gl/fbAQLP
1+
// Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing
22

33
exports[`should compose 1`] = `
44
"schema

e2e/extra-fields/__snapshots__/extra-fields.test.ts.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Jest Snapshot v1, https://goo.gl/fbAQLP
1+
// Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing
22

33
exports[`works 1`] = `
44
{

e2e/federation-mixed/__snapshots__/federation-mixed.test.ts.snap

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
// Jest Snapshot v1, https://goo.gl/fbAQLP
1+
// Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing
22

3-
exports[`should compose the appropriate schema 1`] = `
3+
exports[`should execute TestQuery 1`] = `
44
"schema
55
@link(url: "https://specs.apollo.dev/link/v1.0")
66
@link(url: "https://specs.apollo.dev/join/v0.3", for: EXECUTION)
@@ -200,7 +200,7 @@ enum HTTPMethod @join__type(graph: ACCOUNTS) {
200200
"
201201
`;
202202

203-
exports[`should execute TestQuery 1`] = `
203+
exports[`should execute TestQuery 2`] = `
204204
{
205205
"data": {
206206
"topProducts": [

e2e/grpc-example/__snapshots__/grpc-example.test.ts.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Jest Snapshot v1, https://goo.gl/fbAQLP
1+
// Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing
22

33
exports[`gRPC Example fetches movies by cast as a subscription correctly: 0 1`] = `
44
{

e2e/grpc-multiple/__snapshots__/grpc-multiple.test.ts.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Jest Snapshot v1, https://goo.gl/fbAQLP
1+
// Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing
22

33
exports[`gRPC Multiple composes 1`] = `
44
"schema

0 commit comments

Comments
 (0)