stanchino/react-serverless-auth

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

Summary

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

import Message from "../Message";

describe("Message", () => {
    it("matches the snapshot", () => matchSnapshot(Message));
});