describe('default', () => {
    const label = render({}, 'LoremIpsum')

    it("renders tag 'span'", () => {
      equal(label.type, 'span')