mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-08-14 00:26:21 +00:00
@@ -1,8 +1,8 @@
|
||||
import { CustomDatePipe } from './custom-date.pipe';
|
||||
import { CustomDatePipe } from './custom-date.pipe'
|
||||
|
||||
describe('CustomDatePipe', () => {
|
||||
it('create an instance', () => {
|
||||
const pipe = new CustomDatePipe();
|
||||
expect(pipe).toBeTruthy();
|
||||
});
|
||||
});
|
||||
const pipe = new CustomDatePipe()
|
||||
expect(pipe).toBeTruthy()
|
||||
})
|
||||
})
|
||||
|
Reference in New Issue
Block a user