stanchino/react-serverless-auth

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

Summary

Maintainability
A
0 mins
Test Coverage
import { ConfirmationCode } from "../..";

import { matchFormSnapshot } from "./shared-examples";

describe("ConfirmationCode", () => {
    it("matches the snapshot", () => {
        matchFormSnapshot(ConfirmationCode)
    });
});