import { TreeAntdComponent } from './tree-antd.component'; describe('Component: Tree Antd', () => { it('should create an instance', () => { const instance = new TreeAntdComponent(); expect(instance).toBeTruthy(); }); });