Skip to content

Commit

Permalink
minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
tinchoz49 committed Oct 9, 2024
1 parent 5b079b9 commit cce4873
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"dev": "tsx --env-file=.env.development --watch-path=./src src/serve.ts",
"start": "node --env-file=.env dist/serve.js",
"lint": "eslint .",
"test": "tsx --test \"**/*.test.ts\"",
"test": "tsc --noEmit && tsx --test \"**/*.test.ts\"",
"coverage": "c8 npm run test",
"db:generate": "drizzle-kit generate",
"db:migrate": "drizzle-kit migrate",
Expand Down
2 changes: 1 addition & 1 deletion test/health.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ describe('Health API', () => {
PORT: 5432,
USER: 'postgres',
PASSWORD: 'wrongpassword',
DB: 'db',
NAME: 'db',
},
JWT: {
SECRET: 'test',
Expand Down

0 comments on commit cce4873

Please sign in to comment.