mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-14 02:27:06 +01:00
parent
f8c8161a3e
commit
f34202a82a
159 changed files with 3882 additions and 2716 deletions
|
|
@ -1,7 +1,7 @@
|
|||
import { AbstractPaperlessService } from './abstract-paperless-service';
|
||||
import { AbstractPaperlessService } from './abstract-paperless-service'
|
||||
|
||||
describe('AbstractPaperlessService', () => {
|
||||
it('should create an instance', () => {
|
||||
expect(new AbstractPaperlessService()).toBeTruthy();
|
||||
});
|
||||
});
|
||||
expect(new AbstractPaperlessService()).toBeTruthy()
|
||||
})
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue