Skip to content

Commit

Permalink
add npm command for frontend tests
Browse files Browse the repository at this point in the history
  • Loading branch information
feloy committed Jan 17, 2024
1 parent 643b94e commit 68fc3ae
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@
"format:fix": "prettier --write \"**/src/**/*.ts\"",
"lint:check": "eslint . --ext js,ts,tsx",
"lint:fix": "eslint . --fix --ext js,ts,tsx",
"test:backend": "vitest run -r packages/backend --passWithNoTests --coverage"
"test:unit": "npm run test:backend && npm run test:backend",
"test:backend": "vitest run -r packages/backend --passWithNoTests --coverage",
"test:frontend": "vitest run -r packages/frontend --passWithNoTests --coverage"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^6.16.0",
Expand Down

0 comments on commit 68fc3ae

Please sign in to comment.