test: remove most of the boilerplate tests

This commit is contained in:
Frank Strieter
2022-03-22 14:50:00 +01:00
parent f6a9d5b038
commit d38bed1334
61 changed files with 19 additions and 1293 deletions

View File

@@ -1,8 +0,0 @@
import { CustomDatePipe } from './custom-date.pipe'
describe('CustomDatePipe', () => {
it('create an instance', () => {
const pipe = new CustomDatePipe()
expect(pipe).toBeTruthy()
})
})

View File

@@ -1,8 +0,0 @@
import { SafePipe } from './safe.pipe'
describe('SafePipe', () => {
it('create an instance', () => {
const pipe = new SafePipe()
expect(pipe).toBeTruthy()
})
})