ksylvest/tights

View on GitHub
src/box.test.tsx

Summary

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

import { Box } from "./box";

describe(Box, () => {
  renders(Box, ".box");
});