ksylvest/tights

View on GitHub
src/panel.test.tsx

Summary

Maintainability
A
0 mins
Test Coverage
import { renders } from "./support";
import { color } from "./support";

import { Panel } from "./panel";

describe(Panel, () => {
  renders(Panel, ".panel");
  color(Panel);
});