@bootstrap-styled/v4
Version:
twbs/bootstrap V4 UI Components made with bootstrap-styled. Work with css-in-js, react, styled-components, and Bootstrap Styled utilities.
16 lines (12 loc) • 490 B
JavaScript
;
var _index = _interopRequireDefault(require("../index"));
var _ProgressBar = _interopRequireDefault(require("../ProgressBar"));
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
describe('export Progress', function () {
it('should export <Progress />', function () {
expect(_index.default).toBeDefined();
});
it('should export <ProgressBar />', function () {
expect(_ProgressBar.default).toBeDefined();
});
});