Skip to content

Commit

Permalink
Merge pull request #12 from fumeapp/shot-tests
Browse files Browse the repository at this point in the history
✅ covering our admin shot controller
  • Loading branch information
acidjazz authored Aug 24, 2024
2 parents 6e4c51c + 0fe5e84 commit 6251803
Show file tree
Hide file tree
Showing 5 changed files with 472 additions and 420 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"generate": "nuxt generate",
"preview": "nuxt preview",
"test": "vitest run",
"test::ui": "vitest --ui",
"test:ui": "vitest --ui",
"test:reset": "pnpm run db:test:reset; vitest run",
"db:test:reset": "dotenv -e .env.test -- npx prisma migrate reset --force",
"test:coverage": "vitest run --coverage.enabled true",
Expand All @@ -22,12 +22,12 @@
"date-fns": "^3.6.0"
},
"devDependencies": {
"@antfu/eslint-config": "^2.26.0",
"@antfu/eslint-config": "^2.27.1",
"@iconify-json/logos": "^1.1.44",
"@iconify-json/mdi": "^1.1.68",
"@nuxt/content": "^2.13.2",
"@nuxt/devtools": "^1.3.9",
"@nuxt/eslint": "^0.5.0",
"@nuxt/devtools": "^1.3.14",
"@nuxt/eslint": "^0.5.2",
"@nuxt/image": "^1.7.0",
"@nuxt/test-utils": "^3.14.1",
"@prisma/client": "^5.18.0",
Expand All @@ -36,8 +36,8 @@
"@vitest/coverage-v8": "^2.0.5",
"@vitest/ui": "^2.0.5",
"dotenv-cli": "^7.4.2",
"happy-dom": "^14.12.3",
"nuxt": "^3.12.4",
"happy-dom": "^15.0.0",
"nuxt": "^3.13.0",
"nuxt-auth-utils": "^0.3.4",
"prisma": "^5.18.0",
"ua-parser-js": "^1.0.38",
Expand Down
Loading

0 comments on commit 6251803

Please sign in to comment.