feat: add CompositeAsyncHandler to support multiple handlers

This commit is contained in:
Joachim Van Herwegen
2020-05-28 10:55:29 +02:00
parent 57405f3e26
commit 4229932a3a
14 changed files with 275 additions and 23 deletions

View File

@@ -11,7 +11,7 @@
},
"husky": {
"hooks": {
"pre-commit": "npm run lint && npm run build"
"pre-commit": "npm run build && npm run lint && npm run test"
}
},
"files": [
@@ -34,7 +34,7 @@
"eslint-plugin-tsdoc": "^0.2.4",
"husky": "^4.2.5",
"jest": "^26.0.1",
"ts-jest": "^25.5.1",
"ts-jest": "^26.0.0",
"typescript": "^3.9.2"
}
}