redux-bluetooth/.jest.json

4 lines
87 B
JSON
Raw Normal View History

2017-07-11 20:48:28 +08:00
{
2017-07-15 23:58:18 +08:00
"testPathIgnorePatterns": ["/build/"],
2017-07-13 12:30:39 +08:00
"collectCoverageFrom": ["src/**/*.js"]
2017-07-11 20:48:28 +08:00
}