Skip to content

Commit

Permalink
🔧 Update jest config, update pipeline timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomas2D committed Aug 10, 2021
1 parent 40b5fc4 commit db9258a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
jobs:
build:
runs-on: ${{ matrix.os }}
timeout-minutes: 5

strategy:
matrix:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "lib/index.js",
"scripts": {
"build": "babel src --out-dir lib",
"test": "jest",
"test": "jest --detectOpenHandles --forceExit",
"prepublishOnly": "yarn run build",
"lint": "eslint --fix \"{src,tests}/**/*.js\"",
"format": "prettier --write \"src/**/*.ts\"",
Expand Down

0 comments on commit db9258a

Please sign in to comment.