import { DBPurchase } from './DBPurchase'; describe('DBPurchase', () => { it('should create', () => { expect(new DBPurchase(1, 1, Date.now(), 1000, 1, 1)).toBeTruthy(); }); });