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

diff --git a/src-ui/src/app/components/document-comment/document-comment.component.spec.ts b/src-ui/src/app/components/document-comment/document-comment.component.spec.ts
deleted file mode 100644 (file)
index 1f6389b..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-import { ComponentFixture, TestBed } from '@angular/core/testing';
-
-import { DocumentCommentComponent } from './document-comment.component';
-
-describe('DocumentCommentComponent', () => {
-  let component: DocumentCommentComponent;
-  let fixture: ComponentFixture<DocumentCommentComponent>;
-
-  beforeEach(async () => {
-    await TestBed.configureTestingModule({
-      declarations: [ DocumentCommentComponent ]
-    })
-    .compileComponents();
-  });
-
-  beforeEach(() => {
-    fixture = TestBed.createComponent(DocumentCommentComponent);
-    component = fixture.componentInstance;
-    fixture.detectChanges();
-  });
-
-  it('should create', () => {
-    expect(component).toBeTruthy();
-  });
-});
\ No newline at end of file