server: move middleware tests to middleware/__tests__, set yarn test to mute console logs
This commit is contained in:
parent
0e57e28b6c
commit
c73b7f66a3
4 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
|||
"migrate:down": "ts-node migrate down",
|
||||
"migrate": "ts-node migrate",
|
||||
"lint": "prettier --config .prettierrc 'src/**/*.ts' 'index.ts' --write",
|
||||
"test": "jest"
|
||||
"test": "jest --silent"
|
||||
},
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
|
|
Loading…
Reference in a new issue