ksylvest/tights

View on GitHub
src/notification.test.tsx

Summary

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

import { Notification } from "./notification";

describe(Notification, () => {
  renders(Notification, ".notification");
  color(Notification);
});