diff --git a/package.json b/package.json index 7648b8c0..d90a1fe2 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "scripts": { "start:dev": "ts-node-dev --respawn --transpile-only ./src/index", "start": "ts-node --transpile-only src/index.ts", - "test": "jest", + "test": "jest --passWithNoTests", "typeorm": "typeorm-ts-node-commonjs", "build": "tsc", "prod": "node dist/index.js"