UNPKG

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

8 lines (6 loc) 184 B
import Variation from './index'; describe('(Component) src/components/variation/index.js', () => { it('Variation exists', () => { expect(Variation).not.toBeUndefined; }); });