test(models/domain): test instantiation
This commit is contained in:
7
src/app/models/Product.spec.ts
Normal file
7
src/app/models/Product.spec.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
import { Product } from './Product';
|
||||
|
||||
describe('Product', () => {
|
||||
it('should create', () => {
|
||||
expect(new Product('1212121121', 'Mock Product', 'product.png', 1)).toBeTruthy();
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user