ksylvest/tights

View on GitHub
src/help.test.tsx

Summary

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

import { Help } from "./help";

describe(Help, () => {
  renders(Help, ".help");
  color(Help);
});