UNPKG

bootstrap-styled-provider

Version:

BootstrapProvider and UtilityProvider components help you manage reset, global styles and original bootstrap class utilities

11 lines (9 loc) 269 B
'use strict'; var bootstrapStyled = require('../index'); describe('api exports', function () { it('should have all exports defined', function () { Object.keys(bootstrapStyled).forEach(function (exported) { expect(exported).toBeDefined(); }); }); });