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,16 +0,0 @@
import { TestBed } from '@angular/core/testing'
import { DocumentService } from './document.service'
describe('DocumentService', () => {
let service: DocumentService
beforeEach(() => {
TestBed.configureTestingModule({})
service = TestBed.inject(DocumentService)
})
it('should be created', () => {
expect(service).toBeTruthy()
})
})