RLH-15 - Implement Input component
This commit is contained in:
7
src/app/libraries/components/input/input.model.spec.ts
Normal file
7
src/app/libraries/components/input/input.model.spec.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
import { InputModel } from './input.model';
|
||||
|
||||
describe('InputModel', () => {
|
||||
it('should create an instance', () => {
|
||||
expect(new InputModel()).toBeTruthy();
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user