redux-bluetooth/.jest.json

4 lines
98 B
JSON
Raw Normal View History

2017-07-11 20:48:28 +08:00
{
2019-03-31 19:49:38 +08:00
"testPathIgnorePatterns": ["/build/", "/example/"],
"collectCoverageFrom": ["src/**/*.js"]
2017-07-11 20:48:28 +08:00
}