Skip to content

Commit

Permalink
test: move test to app folder
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgevrgs committed May 15, 2024
1 parent 0046d07 commit 70eb112
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 11 deletions.
5 changes: 1 addition & 4 deletions apps/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,7 @@
"start": "next start",
"lint": "next lint",
"test": "vitest",
"test:e2e": "playwright test",
"serve": "sh ./.bin/01-serve.sh",
"seed": "sh ./.bin/02-seed.sh",
"stop": "sh ./.bin/03-stop.sh"
"test:e2e": "playwright test"
},
"dependencies": {
"@libs/backend": "workspace:*",
Expand Down
File renamed without changes.
File renamed without changes.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
"stop": "sh ./.bin/03-stop.sh"
},
"devDependencies": {
"@playwright/test": "1.44.0",
"@types/node": "18.7.16",
"typescript": "5.4.5",
"vitest": "1.6.0"
Expand Down
8 changes: 2 additions & 6 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 70eb112

Please sign in to comment.