ksylvest/tights

View on GitHub
src/content.test.tsx

Summary

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

import { Content } from "./content";

describe(Content, () => {
  renders(Content, ".content");
});