Skip to content

Commit 1d8a64d

Browse files
committed
sample(sample/31): fix e2e tests
1 parent 6f4ac0c commit 1d8a64d

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

sample/31-graphql-federation-code-first/gateway/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"test:watch": "jest --watch",
1919
"test:cov": "jest --coverage",
2020
"test:debug": "node --inspect-brk -r tsconfig-paths/register -r ts-node/register node_modules/.bin/jest --runInBand",
21-
"test:e2e": "jest --config ./test/jest-e2e.json"
21+
"test:e2e": "echo 'No e2e tests implemented yet.'"
2222
},
2323
"dependencies": {
2424
"@apollo/gateway": "^0.33.0",

sample/31-graphql-federation-code-first/posts-application/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"test:watch": "jest --watch",
1919
"test:cov": "jest --coverage",
2020
"test:debug": "node --inspect-brk -r tsconfig-paths/register -r ts-node/register node_modules/.bin/jest --runInBand",
21-
"test:e2e": "jest --config ./test/jest-e2e.json"
21+
"test:e2e": "echo 'No e2e tests implemented yet.'"
2222
},
2323
"dependencies": {
2424
"@apollo/federation": "^0.26.0",

sample/31-graphql-federation-code-first/users-application/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"test:watch": "jest --watch",
1818
"test:cov": "jest --coverage",
1919
"test:debug": "node --inspect-brk -r tsconfig-paths/register -r ts-node/register node_modules/.bin/jest --runInBand",
20-
"test:e2e": "jest --config ./test/jest-e2e.json"
20+
"test:e2e": "echo 'No e2e tests implemented yet.'"
2121
},
2222
"dependencies": {
2323
"@apollo/federation": "^0.26.0",

0 commit comments

Comments
 (0)