UNPKG
jest-node-http
Version:
latest (1.0.0)
1.0.0
jest mock
github.com/jameswlane/jest-node-http
jameswlane/jest-node-http
jest-node-http
/
lint-staged.config.js
6 lines
•
73 B
JavaScript
View Raw
1
2
3
4
5
6
module
.exports = {
"*.ts"
: [
//
"yarn tslint"
,
"git add"
] };