describe("ButtonText", () => {
  it("renders properly", () => {
    const tree = renderer.create(<ButtonText>Button Text</ButtonText>).toJSON()
    expect(tree).toMatchSnapshot()
  })