UNPKG

office-ui-fabric-react

Version:

Reusable React components for building experiences for Office 365.

7 lines (4 loc) 224 B
/** This is a test entry point to help karma-webpack find all tests in the project. Do not modify. */ var context = require.context('..', true, /.+\.test\.js?$/); context.keys().forEach(context); module.exports = context;