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 3737 "@angular/platform-browser-dynamic" : " ^18.0.0" ,
3838 "@angular/platform-server" : " ^18.0.0" ,
3939 "@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 " ,
4141 "@babel/core" : " ^7.24.6" ,
4242 "@babel/preset-env" : " ^7.24.6" ,
4343 "@changesets/changelog-github" : " ^0.5.0" ,
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ describe('Integration', () => {
1111 let backend : ApolloTestingController ;
1212
1313 beforeEach ( ( ) => {
14+ TestBed . resetTestingModule ( ) ;
1415 TestBed . configureTestingModule ( {
1516 imports : [ ApolloTestingModule ] ,
1617 } ) ;
@@ -131,6 +132,7 @@ describe('Integration', () => {
131132 query heroes($first: Int!) {
132133 heroes(first: $first) {
133134 name
135+ __typename
134136 }
135137 }
136138 ` ,
Original file line number Diff line number Diff line change 264264 dependencies:
265265 tslib "^2.3.0"
266266
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+
267280"@apollo/client@https://pkg.pr.new/@apollo/client@12384":
268281 version "3.13.0"
269282 resolved "https://pkg.pr.new/@apollo/client@12384#8fb6746f15541854a956115c6a8610e3da7858d8"
You can’t perform that action at this time.
0 commit comments