ksylvest/tights

View on GitHub
src/label.test.tsx

Summary

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

import { Label } from "./label";

describe(Label, () => {
  renders(Label, ".label");
});