add pages for uploading and help
This commit is contained in:
25
pdb-js/src/app/upload-page/upload-page.component.spec.ts
Normal file
25
pdb-js/src/app/upload-page/upload-page.component.spec.ts
Normal file
@@ -0,0 +1,25 @@
|
||||
import { async, ComponentFixture, TestBed } from '@angular/core/testing';
|
||||
|
||||
import { UploadPageComponent } from './upload-page.component';
|
||||
|
||||
describe('UploadPageComponent', () => {
|
||||
let component: UploadPageComponent;
|
||||
let fixture: ComponentFixture<UploadPageComponent>;
|
||||
|
||||
beforeEach(async(() => {
|
||||
TestBed.configureTestingModule({
|
||||
declarations: [ UploadPageComponent ]
|
||||
})
|
||||
.compileComponents();
|
||||
}));
|
||||
|
||||
beforeEach(() => {
|
||||
fixture = TestBed.createComponent(UploadPageComponent);
|
||||
component = fixture.componentInstance;
|
||||
fixture.detectChanges();
|
||||
});
|
||||
|
||||
it('should create', () => {
|
||||
expect(component).toBeTruthy();
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user