Skip to content

Commit

Permalink
exit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rjmacarthy committed May 29, 2023
1 parent f0b8e93 commit c85e55f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"dev": "npm run build && concurrently --kill-others \"tsc -w -p src\" \"nodemon dist/index.js -e ts\"",
"debug": "npm run build && concurrently --kill-others \"tsc -w -p src\" \"nodemon --inspect dist/index.js -e ts\"",
"test:watch": "mocha -w ./spec/**/*.spec.ts --watch-extensions ts",
"test": "mocha -w ./spec/**/*.spec.ts",
"test": "mocha --exit ./spec/**/*.spec.ts",
"build": "tsc -p src",
"start": "node dist/index.js",
"build:docker": "docker build -t rjmacarthy/express-typescript-starter .",
Expand Down

0 comments on commit c85e55f

Please sign in to comment.