ksylvest/tights

View on GitHub
src/tags.test.tsx

Summary

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

import { Tags } from "./tags";

describe(Tags, () => {
  renders(Tags, ".tags");
  has(Tags, "addons");
});