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