UNPKG

@bootstrap-styled/css-utils

Version:

Bootstrap mixins and utilities in javascript for bootstrap-styled.

11 lines (9 loc) 238 B
"use strict"; var exported = require('..'); describe('text exports', function () { Object.keys(exported).forEach(function (e) { it("".concat(e, " should be exported"), function () { expect(e).toBeDefined(); }); }); });