UNPKG

boldr-ui

Version:

UI components for Boldr

18 lines (14 loc) 676 B
'use strict'; var _index = require('./index'); var BoldrUI = _interopRequireWildcard(_index); function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } else { var newObj = {}; if (obj != null) { for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) newObj[key] = obj[key]; } } newObj.default = obj; return newObj; } } describe('BoldrUI', function () { it('should have exports', function () { return expect(BoldrUI).toBeDefined(); }); }); // weak /* eslint import/namespace: ['error', { allowComputed: true }] */ /** * Important: This test also serves as a point to * import the entire lib for coverage reporting */