office-ui-fabric-react
Version:
Reusable React components for building experiences for Office 365.
15 lines • 668 B
JavaScript
define(["require", "exports", "es6-weak-map/implement", "es6-map/implement"], function (require, exports) {
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
/**
* 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