testPathIgnorePatterns : ["tests/a"]
提交代码时候,只对修改文件及其对应的jest文件进行校验
"lint-staged": { "*.js": [ "eslint", "jest --bail --findRelatedTests" ] }