File tree Expand file tree Collapse file tree
sample/31-graphql-federation-code-first Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments