* test: add web helpers tests * fix: coverage report * test: add more tests * test: add more generated tests * chore: add more tests * test: add more tests
7 lines
196 B
TypeScript
7 lines
196 B
TypeScript
|
|
import { activeTabThreadRightPanelAtom } from './ThreadRightPanel.atom';
|
|
|
|
test('activeTabThreadRightPanelAtom can be imported', () => {
|
|
expect(activeTabThreadRightPanelAtom).toBeDefined();
|
|
});
|