hemat_solution/src/app/content/icons/icons.module.spec.ts
2024-04-19 12:53:45 +07:00

14 lines
267 B
TypeScript

import { IconsModule } from './icons.module';
describe('IconsModule', () => {
let iconsModule: IconsModule;
beforeEach(() => {
iconsModule = new IconsModule();
});
it('should create an instance', () => {
expect(iconsModule).toBeTruthy();
});
});