office-ui-fabric-react
Version:
Reusable React components for building experiences for Office 365.
16 lines • 587 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
// Polyfills
require("es6-weak-map/implement");
require("es6-map/implement");
/**
* This is a test entry point to help karma-webpack find all tests in the project.
**/
// Before loading modules, treat errors and warnings as test failures.
console.error = console.warn = function (warning) {
throw new Error(warning);
};
var testContext = require.context('..', true, /.+\.test\.js?$/);
testContext.keys().forEach(testContext);
module.exports = testContext;
//# sourceMappingURL=tests.js.map
;