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
13 lines (9 loc) • 365 B
JavaScript
var _index = require('./index');
var _index2 = _interopRequireDefault(_index);
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { 'default': obj }; }
describe('(Component) src/components/variation/index.js', function () {
it('Variation exists', function () {
expect(_index2['default']).not.toBeUndefined;
});
});
;