paperless-ngx/src-ui/src/app/data/matching-model.spec.ts

8 lines
183 B
TypeScript
Raw Normal View History

2020-10-27 01:10:18 +01:00
import { MatchingModel } from './matching-model';
describe('MatchingModel', () => {
it('should create an instance', () => {
expect(new MatchingModel()).toBeTruthy();
});
});