paperless-ngx/src-ui/src/app/data/object-with-id.spec.ts
2020-10-27 01:11:32 +01:00

8 lines
180 B
TypeScript

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