File tree Expand file tree Collapse file tree 3 files changed +16
-1
lines changed
packages/apollo-angular/testing/tests Expand file tree Collapse file tree 3 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 37
37
"@angular/platform-browser-dynamic" : " ^18.0.0" ,
38
38
"@angular/platform-server" : " ^18.0.0" ,
39
39
"@angular/router" : " ^18.0.0" ,
40
- "@apollo/client" : " https://pkg.pr.new/@apollo/client@12384 " ,
40
+ "@apollo/client" : " https://pkg.pr.new/@apollo/client@12221 " ,
41
41
"@babel/core" : " ^7.24.6" ,
42
42
"@babel/preset-env" : " ^7.24.6" ,
43
43
"@changesets/changelog-github" : " ^0.5.0" ,
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ describe('Integration', () => {
11
11
let backend : ApolloTestingController ;
12
12
13
13
beforeEach ( ( ) => {
14
+ TestBed . resetTestingModule ( ) ;
14
15
TestBed . configureTestingModule ( {
15
16
imports : [ ApolloTestingModule ] ,
16
17
} ) ;
@@ -131,6 +132,7 @@ describe('Integration', () => {
131
132
query heroes($first: Int!) {
132
133
heroes(first: $first) {
133
134
name
135
+ __typename
134
136
}
135
137
}
136
138
` ,
Original file line number Diff line number Diff line change 264
264
dependencies:
265
265
tslib "^2.3.0"
266
266
267
+ "@apollo/client@https://pkg.pr.new/@apollo/client@12221":
268
+ version "4.0.0-alpha.0"
269
+ resolved "https://pkg.pr.new/@apollo/client@12221#d8a470f1993539909177eba396eb583572382185"
270
+ dependencies:
271
+ "@graphql-typed-document-node/core" "^3.1.1"
272
+ "@wry/caches" "^1.0.0"
273
+ "@wry/equality" "^0.5.6"
274
+ "@wry/trie" "^0.5.0"
275
+ graphql-tag "^2.12.6"
276
+ optimism "^0.18.0"
277
+ rehackt "^0.1.0"
278
+ tslib "^2.3.0"
279
+
267
280
"@apollo/client@https://pkg.pr.new/@apollo/client@12384":
268
281
version "3.13.0"
269
282
resolved "https://pkg.pr.new/@apollo/client@12384#8fb6746f15541854a956115c6a8610e3da7858d8"
You can’t perform that action at this time.
0 commit comments