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