office-ui-fabric-react
Version:
Reusable React components for building experiences for Office 365.
15 lines • 605 B
JavaScript
/** Jest test setup file. */
define(["require", "exports", "office-ui-fabric-react/lib/Styling", "enzyme", "enzyme-adapter-react-16"], function (require, exports, Styling_1, enzyme_1, Adapter) {
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
// Suppress icon warnings.
Styling_1.setIconOptions({
disableWarnings: true
});
global.requestAnimationFrame = function (callback) {
setTimeout(callback, 0);
};
// Configure enzyme.
enzyme_1.configure({ adapter: new Adapter() });
});
//# sourceMappingURL=tests.js.map