delete test files

This commit is contained in:
小海
2020-05-15 18:00:15 +08:00
parent 52f51138cb
commit 349431c1d8
10 changed files with 0 additions and 250 deletions

View File

@@ -1,25 +0,0 @@
import { async, ComponentFixture, TestBed } from '@angular/core/testing';
import { AdminCommentComponent } from './admin-comment.component';
describe('AdminCommentComponent', () => {
let component: AdminCommentComponent;
let fixture: ComponentFixture<AdminCommentComponent>;
beforeEach(async(() => {
TestBed.configureTestingModule({
declarations: [ AdminCommentComponent ]
})
.compileComponents();
}));
beforeEach(() => {
fixture = TestBed.createComponent(AdminCommentComponent);
component = fixture.componentInstance;
fixture.detectChanges();
});
it('should create', () => {
expect(component).toBeTruthy();
});
});