redux-bluetooth/.jest.json

5 lines
143 B
JSON
Raw Permalink Normal View History

2017-07-11 20:48:28 +08:00
{
2019-03-31 20:22:23 +08:00
"verbose": true,
2019-03-31 20:47:38 +08:00
"testPathIgnorePatterns": ["<rootDir>/build", "<rootDir>/example"],
"collectCoverageFrom": ["<rootDir>/src/**/*.js"]
2017-07-11 20:48:28 +08:00
}