UNPKG

mui-tri-state-checkbox

Version:

A tri-state checkbox component (false, null, or true) built on material-ui Checkbox

6 lines (5 loc) 102 B
describe('simple', () => { it('should be sane', () => { expect(false).not.toBe(true); }); });