UNPKG

anycode-mbs-footer

Version:
14 lines (11 loc) 342 B
describe('Riot Tag Specs', function () { var element; beforeEach(function () { element = document.createElement('mbs-footer'); document.body.appendChild(element); }) it('mounts the tag', function () { riot.mount('mbs-footer') expect(document.querySelector('mbs-footer')).to.be.ok() }) })