Skip to content

Commit

Permalink
Remove legacy test-projects/client-validation package (keystonejs#5165)
Browse files Browse the repository at this point in the history
  • Loading branch information
timleslie authored Mar 22, 2021
1 parent e15f325 commit c7f1fe2
Show file tree
Hide file tree
Showing 17 changed files with 27 additions and 1,347 deletions.
1 change: 0 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ jobs:
matrix:
project:
- docs-next
- 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-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-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-twitter-login-legacy run cypress:run || status=$?; exit $status",
"cypress:open": "status=0; yarn workspace @keystone-next/cypress-project-twitter-login-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.

665 changes: 0 additions & 665 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 c7f1fe2

Please sign in to comment.