]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
Remove faux testing file
authorMichael Shamoon <4887959+shamoon@users.noreply.github.com>
Sun, 7 Aug 2022 22:06:21 +0000 (15:06 -0700)
committerMichael Shamoon <4887959+shamoon@users.noreply.github.com>
Wed, 24 Aug 2022 02:19:21 +0000 (19:19 -0700)
src-ui/src/app/services/rest/document-comment.service.spec.ts [deleted file]

diff --git a/src-ui/src/app/services/rest/document-comment.service.spec.ts b/src-ui/src/app/services/rest/document-comment.service.spec.ts
deleted file mode 100644 (file)
index 112144b..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-import { TestBed } from '@angular/core/testing';
-
-import { DocumentCommentService } from './document-comment.service';
-
-describe('DocumentCommentService', () => {
-  let service: DocumentCommentService;
-
-  beforeEach(() => {
-    TestBed.configureTestingModule({});
-    service = TestBed.inject(DocumentCommentService);
-  });
-
-  it('should be created', () => {
-    expect(service).toBeTruthy();
-  });
-});
\ No newline at end of file