anephenix/ui

View on GitHub
src/components/select/Select.test.jsx

Summary

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

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