Skip to content

Commit

Permalink
chore(nextjs): Remove unused types test
Browse files Browse the repository at this point in the history
This is not called anymore anywhere, so I figured we may as well delete it.
  • Loading branch information
mydea committed Dec 18, 2024
1 parent 2853845 commit 416a175
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 33 deletions.
1 change: 0 additions & 1 deletion packages/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,6 @@
"test": "yarn test:unit",
"test:all": "run-s test:unit",
"test:unit": "jest",
"test:types": "cd test/types && yarn test",
"test:watch": "jest --watch",
"vercel:branch": "source vercel/set-up-branch-for-test-app-use.sh",
"vercel:project": "source vercel/make-project-use-current-branch.sh",
Expand Down
2 changes: 0 additions & 2 deletions packages/nextjs/test/types/.gitignore

This file was deleted.

15 changes: 0 additions & 15 deletions packages/nextjs/test/types/next.config.ts

This file was deleted.

9 changes: 0 additions & 9 deletions packages/nextjs/test/types/package.json

This file was deleted.

6 changes: 0 additions & 6 deletions packages/nextjs/test/types/tsconfig.json

This file was deleted.

0 comments on commit 416a175

Please sign in to comment.