Skip to content

Commit 1773596

Browse files
committed
Rename test suite
1 parent 6a44b2c commit 1773596

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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",

config/jest.config.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
};

0 commit comments

Comments
 (0)