mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-08-16 00:36:22 +00:00
9 lines
174 B
TypeScript
9 lines
174 B
TypeScript
import { SafePipe } from './safe.pipe'
|
|
|
|
describe('SafePipe', () => {
|
|
it('create an instance', () => {
|
|
const pipe = new SafePipe()
|
|
expect(pipe).toBeTruthy()
|
|
})
|
|
})
|