ksylvest/tights

View on GitHub
src/dropdown_content.test.tsx

Summary

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

import { DropdownContent } from "./dropdown_content";

describe(DropdownContent, () => {
  renders(DropdownContent, ".dropdown-content");
});