anephenix/ui

View on GitHub
src/components/checkbox/Checkbox.test.jsx

Summary

Maintainability
A
0 mins
Test Coverage
import Checkbox from './Checkbox';

describe('Checkbox', () => {
    Checkbox;
    test.todo('should do something');
});