stanchino/react-serverless-auth

View on GitHub
src/components/tests/ResetButton.test.js

Summary

Maintainability
A
35 mins
Test Coverage
import { matchSnapshot } from "./shared-examples";

import { ResetButton } from "..";

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