UNPKG

@bootstrap-styled/provider

Version:

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

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