import { ObjectWithId } from './object-with-id'; describe('ObjectWithId', () => { it('should create an instance', () => { expect(new ObjectWithId()).toBeTruthy(); }); });