Skip to content

Commit

Permalink
Remove legacy test-projects/client-validation package
Browse files Browse the repository at this point in the history
  • Loading branch information
timleslie committed Mar 19, 2021
1 parent 543232c commit 40d5c78
Show file tree
Hide file tree
Showing 17 changed files with 2 additions and 1,049 deletions.
1 change: 0 additions & 1 deletion .changeset/moody-cars-end.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
'@keystonejs/examples-smoke-tests': patch
'@keystone-next/cypress-project-access-control-legacy': patch
'@keystone-next/cypress-project-basic-legacy': patch
'@keystone-next/cypress-project-client-validation-legacy': patch
'@keystone-next/cypress-project-login-legacy': patch
---

Expand Down
1 change: 0 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ jobs:
- tests/test-projects/basic
- tests/test-projects/login
- tests/test-projects/access-control
- tests/test-projects/client-validation
steps:
- name: Checkout Repo
if: needs.should_run_tests.outputs.shouldRunTests == 'true'
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"prisma": "prisma",
"docs-next": "manypkg run @keystone-next/website dev",
"coverage": "cross-env DISABLE_LOGGING=true NODE_ENV=test jest --maxWorkers=1 --coverage",
"cypress:run": "status=0; yarn workspace @keystone-next/cypress-project-basic-legacy run cypress:run || status=$?; yarn workspace @keystone-next/cypress-project-login-legacy run cypress:run || status=$?; yarn workspace @keystone-next/cypress-project-twitter-login-legacy run cypress:run || status=$?; yarn workspace @keystone-next/cypress-project-access-control-legacy run cypress:run || status=$?; yarn workspace @keystone-next/cypress-project-client-validation-legacy run cypress:run || status=$?; exit $status",
"cypress:open": "status=0; yarn workspace @keystone-next/cypress-project-basic-legacy run cypress:open || status=$?; yarn workspace @keystone-next/cypress-project-login-legacy run cypress:open || status=$?; yarn workspace @keystone-next/cypress-project-twitter-login-legacy run cypress:open || status=$?; yarn workspace @keystone-next/cypress-project-access-control-legacy run cypress:open || status=$?; yarn workspace @keystone-next/cypress-project-client-validation-legacy run cypress:open || status=$?; exit $status",
"cypress:run": "status=0; yarn workspace @keystone-next/cypress-project-basic-legacy run cypress:run || status=$?; yarn workspace @keystone-next/cypress-project-login-legacy run cypress:run || status=$?; yarn workspace @keystone-next/cypress-project-twitter-login-legacy run cypress:run || status=$?; yarn workspace @keystone-next/cypress-project-access-control-legacy run cypress:run || status=$?; exit $status",
"cypress:open": "status=0; yarn workspace @keystone-next/cypress-project-basic-legacy run cypress:open || status=$?; yarn workspace @keystone-next/cypress-project-login-legacy run cypress:open || status=$?; yarn workspace @keystone-next/cypress-project-twitter-login-legacy run cypress:open || status=$?; yarn workspace @keystone-next/cypress-project-access-control-legacy run cypress:open || status=$?; exit $status",
"format:file": "prettier --write",
"format": "prettier --write \"**/*.{js,json,ts,tsx,md,mdx}\" && remark . --output",
"fresh": "yarn clean && yarn",
Expand Down
4 changes: 0 additions & 4 deletions tests/test-projects/client-validation/.env.example

This file was deleted.

652 changes: 0 additions & 652 deletions tests/test-projects/client-validation/CHANGELOG.md

This file was deleted.

6 changes: 0 additions & 6 deletions tests/test-projects/client-validation/config.js

This file was deleted.

6 changes: 0 additions & 6 deletions tests/test-projects/client-validation/cypress.json

This file was deleted.

3 changes: 0 additions & 3 deletions tests/test-projects/client-validation/cypress/.gitignore

This file was deleted.

This file was deleted.

18 changes: 0 additions & 18 deletions tests/test-projects/client-validation/cypress/plugins/index.js

This file was deleted.

63 changes: 0 additions & 63 deletions tests/test-projects/client-validation/cypress/support/commands.js

This file was deleted.

28 changes: 0 additions & 28 deletions tests/test-projects/client-validation/cypress/support/index.js

This file was deleted.

45 changes: 0 additions & 45 deletions tests/test-projects/client-validation/data.js

This file was deleted.

31 changes: 0 additions & 31 deletions tests/test-projects/client-validation/index.js

This file was deleted.

This file was deleted.

45 changes: 0 additions & 45 deletions tests/test-projects/client-validation/package.json

This file was deleted.

Loading

0 comments on commit 40d5c78

Please sign in to comment.