redux-ab-test
Version:
A/B testing React components with Redux and debug tools. Isomorphic with a simple, universal interface. Well documented and lightweight. Tested in popular browsers and Node.js. Includes helpers for React, Redux, and Segment.io
19 lines (18 loc) • 347 B
JSON
{
"verbose": true,
"collectCoverage": true,
"collectCoverageFrom": [
"!**/node_modules/**"
],
"coverageReporters": ["html"],
"modulePaths": [
"node_modules",
"src"
],
"notify": true,
"testRegex": "\\.jest\\.(js|jsx)$",
"moduleNameMapper": {
},
"setupTestFrameworkScriptFile": "test/setup.js",
"globals": {}
}