UNPKG

react-intl-polyfill

Version:

React component that add window.Intl support before rendering if the browser doesn't have it

11 lines (9 loc) 255 B
"use strict"; var exported = require('../index'); describe('exported', function () { Object.keys(exported).forEach(function (key) { it("".concat(key, " should be defined"), function () { expect(exported[key]).toBeDefined(); }); }); });