-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: use absolute paths in all files
- Loading branch information
Christian Badura
committed
Feb 21, 2024
1 parent
c3c8b34
commit 9e51af6
Showing
27 changed files
with
301 additions
and
289 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
68 changes: 34 additions & 34 deletions
68
src/app/shared/theme-color-box/theme-color-box.component.spec.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,39 +1,39 @@ | ||
// import { NO_ERRORS_SCHEMA } from '@angular/core' | ||
// import { ComponentFixture, TestBed, waitForAsync } from '@angular/core/testing' | ||
// // import { HttpClient } from '@angular/common/http' | ||
// import { HttpClientTestingModule } from '@angular/common/http/testing' | ||
// // import { TranslateLoader, TranslateModule } from '@ngx-translate/core' | ||
import { NO_ERRORS_SCHEMA } from '@angular/core' | ||
import { ComponentFixture, TestBed, waitForAsync } from '@angular/core/testing' | ||
// import { HttpClient } from '@angular/common/http' | ||
import { HttpClientTestingModule } from '@angular/common/http/testing' | ||
// import { TranslateLoader, TranslateModule } from '@ngx-translate/core' | ||
|
||
// import { ThemeColorBoxComponent } from './theme-color-box.component' | ||
import { ThemeColorBoxComponent } from './theme-color-box.component' | ||
|
||
// describe('ThemeColorBoxComponent', () => { | ||
// let component: ThemeColorBoxComponent | ||
// let fixture: ComponentFixture<ThemeColorBoxComponent> | ||
describe('ThemeColorBoxComponent', () => { | ||
let component: ThemeColorBoxComponent | ||
let fixture: ComponentFixture<ThemeColorBoxComponent> | ||
|
||
// beforeEach(waitForAsync(() => { | ||
// TestBed.configureTestingModule({ | ||
// declarations: [ThemeColorBoxComponent], | ||
// imports: [ | ||
// HttpClientTestingModule | ||
// /* TranslateModule.forRoot({ | ||
// loader: { | ||
// provide: TranslateLoader, | ||
// useFactory: HttpLoaderFactory, | ||
// deps: [HttpClient] | ||
// } | ||
// }) */ | ||
// ], | ||
// schemas: [NO_ERRORS_SCHEMA] | ||
// }).compileComponents() | ||
// })) | ||
beforeEach(waitForAsync(() => { | ||
TestBed.configureTestingModule({ | ||
declarations: [ThemeColorBoxComponent], | ||
imports: [ | ||
HttpClientTestingModule | ||
/* TranslateModule.forRoot({ | ||
loader: { | ||
provide: TranslateLoader, | ||
useFactory: HttpLoaderFactory, | ||
deps: [HttpClient] | ||
} | ||
}) */ | ||
], | ||
schemas: [NO_ERRORS_SCHEMA] | ||
}).compileComponents() | ||
})) | ||
|
||
// beforeEach(() => { | ||
// fixture = TestBed.createComponent(ThemeColorBoxComponent) | ||
// component = fixture.componentInstance | ||
// fixture.detectChanges() | ||
// }) | ||
beforeEach(() => { | ||
fixture = TestBed.createComponent(ThemeColorBoxComponent) | ||
component = fixture.componentInstance | ||
fixture.detectChanges() | ||
}) | ||
|
||
// it('should create', () => { | ||
// expect(component).toBeTruthy() | ||
// }) | ||
// }) | ||
it('should create', () => { | ||
expect(component).toBeTruthy() | ||
}) | ||
}) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.