stanchino/react-serverless-auth

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

Summary

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

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

describe("PasswordConfirmation", () => it("matches the snapshot", () => matchFormSnapshot(PasswordConfirmation)));