File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -165,7 +165,7 @@ workflows:
165165 [
166166 " Core Tests" ,
167167 " Core Tests - RxJS min version" ,
168- " GraphQL 16" ,
168+ " Core Tests - GraphQL 16" ,
169169 " ReactDOM 17" ,
170170 " ReactDOM 18" ,
171171 " ReactDOM 19" ,
Original file line number Diff line number Diff line change @@ -121,10 +121,10 @@ const standardReact17Config = {
121121 } ,
122122} ;
123123
124- const graphql16CoreConfig = {
124+ const tsGraphql16Config = {
125125 ...defaults ,
126126 ...tsStandardConfig ,
127- displayName : "GraphQL 16" ,
127+ displayName : "Core Tests - GraphQL 16" ,
128128 moduleNameMapper : {
129129 ...defaults . moduleNameMapper ,
130130 "^graphql$" : "graphql-16" ,
@@ -135,9 +135,9 @@ export default {
135135 projects : [
136136 tsStandardConfig ,
137137 tsRxJSMinConfig ,
138+ tsGraphql16Config ,
138139 standardReact17Config ,
139140 standardReact18Config ,
140141 standardReact19Config ,
141- graphql16CoreConfig ,
142142 ] ,
143143} ;
You can’t perform that action at this time.
0 commit comments