Merge pull request #500 from mchangrh/fix-tests

fix tests
This commit is contained in:
Ajay Ramachandran
2022-09-07 12:03:05 -04:00
committed by GitHub
12 changed files with 87 additions and 29 deletions

View File

@@ -5,7 +5,7 @@
"main": "src/index.ts",
"scripts": {
"test": "npm run tsc && ts-node test/test.ts",
"test:coverate": "nyc npm run test",
"test:coverage": "nyc npm run test",
"dev": "nodemon",
"dev:bash": "nodemon -x 'npm test ; npm start'",
"postgres:docker": "docker run --rm -p 5432:5432 -e POSTGRES_USER=ci_db_user -e POSTGRES_PASSWORD=ci_db_pass postgres:alpine",