mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-08-10 00:18:57 +00:00
test: remove most of the boilerplate tests
This commit is contained in:
@@ -1,8 +0,0 @@
|
||||
import { CustomDatePipe } from './custom-date.pipe'
|
||||
|
||||
describe('CustomDatePipe', () => {
|
||||
it('create an instance', () => {
|
||||
const pipe = new CustomDatePipe()
|
||||
expect(pipe).toBeTruthy()
|
||||
})
|
||||
})
|
@@ -1,8 +0,0 @@
|
||||
import { SafePipe } from './safe.pipe'
|
||||
|
||||
describe('SafePipe', () => {
|
||||
it('create an instance', () => {
|
||||
const pipe = new SafePipe()
|
||||
expect(pipe).toBeTruthy()
|
||||
})
|
||||
})
|
Reference in New Issue
Block a user