ksylvest/tights

View on GitHub
src/title.test.tsx

Summary

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

import { Title } from "./title";

describe(Title, () => {
  renders(Title, ".title");
  tag(Title);
});