Rename file-edit to tag-edit
Signed-off-by: trivernis <trivernis@protonmail.com>pull/4/head
parent
628d1d92ad
commit
0ee9d3791f
@ -1,20 +1,20 @@
|
|||||||
import {ComponentFixture, TestBed} from "@angular/core/testing";
|
import {ComponentFixture, TestBed} from "@angular/core/testing";
|
||||||
|
|
||||||
import {FileEditComponent} from "./file-edit.component";
|
import {TagEditComponent} from "./tag-edit.component";
|
||||||
|
|
||||||
describe("FileEditComponent", () => {
|
describe("FileEditComponent", () => {
|
||||||
let component: FileEditComponent;
|
let component: TagEditComponent;
|
||||||
let fixture: ComponentFixture<FileEditComponent>;
|
let fixture: ComponentFixture<TagEditComponent>;
|
||||||
|
|
||||||
beforeEach(async () => {
|
beforeEach(async () => {
|
||||||
await TestBed.configureTestingModule({
|
await TestBed.configureTestingModule({
|
||||||
declarations: [FileEditComponent]
|
declarations: [TagEditComponent]
|
||||||
})
|
})
|
||||||
.compileComponents();
|
.compileComponents();
|
||||||
});
|
});
|
||||||
|
|
||||||
beforeEach(() => {
|
beforeEach(() => {
|
||||||
fixture = TestBed.createComponent(FileEditComponent);
|
fixture = TestBed.createComponent(TagEditComponent);
|
||||||
component = fixture.componentInstance;
|
component = fixture.componentInstance;
|
||||||
fixture.detectChanges();
|
fixture.detectChanges();
|
||||||
});
|
});
|
Loading…
Reference in New Issue