describe("SubmitButton", () => {
    it("matches the snapshot", () => matchSnapshot(SubmitButton, { form: { pristine: false, submitting: false } }));
});