ksylvest/tights

View on GitHub
src/subtitle.test.tsx

Summary

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

import { Subtitle } from "./subtitle";

describe(Subtitle, () => {
  renders(Subtitle, ".subtitle");
  tag(Subtitle);
});