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

8 lines
183 B
TypeScript

import { MatchingModel } from './matching-model';
describe('MatchingModel', () => {
it('should create an instance', () => {
expect(new MatchingModel()).toBeTruthy();
});
});