UNPKG

react-ab-test

Version:

A/B testing React components and debug tools. Isomorphic with a simple, universal interface. Well documented and lightweight. Tested in popular browsers and Node.js. Includes helpers for Mixpanel and Segment.com.

3 lines 145 B
var ctx = require.context('.', true, /.+\.test\.jsx?$/); require.context('.', true, /.+\.test\.jsx?$/).keys().forEach(ctx); module.exports = ctx;