We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6818e1 commit 8cda022Copy full SHA for 8cda022
packages/components/src/__tests__/index.browser.test.ts
@@ -20,6 +20,8 @@ describe('export', () => {
20
SelectContext: expect.any(Object),
21
useSelect: expect.any(Function),
22
Toggle: expect.any(Function),
23
+ Checkbox: expect.any(Function),
24
+ CheckboxLayer: expect.any(Function),
25
})
26
27
0 commit comments