ksylvest/tights

View on GitHub
src/section.test.tsx

Summary

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

import { Section } from "./section";

describe(Section, () => {
  renders(Section, ".section");
});