Skip to content

Commit

Permalink
Merge branch 'sqlite-support-for-document-field' of https://github.co…
Browse files Browse the repository at this point in the history
…m/keystonejs/keystone into sqlite-support-for-document-field
  • Loading branch information
emmatown committed Mar 22, 2021
2 parents 27e271e + a08f384 commit 8d73504
Show file tree
Hide file tree
Showing 41 changed files with 2 additions and 3,215 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/basic
- tests/test-projects/login
- tests/test-projects/access-control
- tests/test-projects/client-validation
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-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-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",
"format:file": "prettier --write",
"format": "prettier --write \"**/*.{js,json,ts,tsx,md,mdx}\" && remark . --output",
"fresh": "yarn clean && yarn",
Expand Down
7 changes: 0 additions & 7 deletions tests/test-projects/basic/.env.example

This file was deleted.

1,347 changes: 0 additions & 1,347 deletions tests/test-projects/basic/CHANGELOG.md

This file was deleted.

21 changes: 0 additions & 21 deletions tests/test-projects/basic/config.js

This file was deleted.

19 changes: 0 additions & 19 deletions tests/test-projects/basic/custom-fields/Stars/Implementation.js

This file was deleted.

23 changes: 0 additions & 23 deletions tests/test-projects/basic/custom-fields/Stars/index.js

This file was deleted.

7 changes: 0 additions & 7 deletions tests/test-projects/basic/custom-fields/Stars/views/Cell.js

This file was deleted.

24 changes: 0 additions & 24 deletions tests/test-projects/basic/custom-fields/Stars/views/Field.js

This file was deleted.

40 changes: 0 additions & 40 deletions tests/test-projects/basic/custom-fields/Stars/views/Stars.js

This file was deleted.

This file was deleted.

This file was deleted.

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

This file was deleted.

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

This file was deleted.

5 changes: 0 additions & 5 deletions tests/test-projects/basic/cypress/fixtures/example.json

This file was deleted.

182 changes: 0 additions & 182 deletions tests/test-projects/basic/cypress/integration/add-edit-delete-data.js

This file was deleted.

Loading

0 comments on commit 8d73504

Please sign in to comment.