stanchino/react-serverless-auth

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

Summary

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

import { SubmitButton } from "..";

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