stanchino/react-serverless-auth

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

Summary

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

import { ActionButton } from "..";

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