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