mirror of
https://github.com/Mueller-Patrick/Betterzon.git
synced 2026-05-26 04:28:05 +00:00
Reformatting a bunch of files
This commit is contained in:
+1
-1
@@ -1,7 +1,7 @@
|
||||
<header class="masthead bg-primary text-white text-center">
|
||||
<div class="container d-flex align-items-center flex-column">
|
||||
<!-- Masthead Avatar Image-->
|
||||
<img class="masthead-avatar mb-5" src="assets/images/Betterzon.svg" alt="..." />
|
||||
<img class="masthead-avatar mb-5" src="assets/images/Betterzon.svg" alt="..."/>
|
||||
<!-- Masthead Heading-->
|
||||
<h1 class="masthead-heading text-uppercase mb-0"></h1>
|
||||
<!-- Icon Divider-->
|
||||
|
||||
+18
-18
@@ -1,25 +1,25 @@
|
||||
import { ComponentFixture, TestBed } from '@angular/core/testing';
|
||||
import {ComponentFixture, TestBed} from '@angular/core/testing';
|
||||
|
||||
import { GreetingInfoSliderComponent } from './greeting-info-slider.component';
|
||||
import {GreetingInfoSliderComponent} from './greeting-info-slider.component';
|
||||
|
||||
describe('GreetingInfoSliderComponent', () => {
|
||||
let component: GreetingInfoSliderComponent;
|
||||
let fixture: ComponentFixture<GreetingInfoSliderComponent>;
|
||||
let component: GreetingInfoSliderComponent;
|
||||
let fixture: ComponentFixture<GreetingInfoSliderComponent>;
|
||||
|
||||
beforeEach(async () => {
|
||||
await TestBed.configureTestingModule({
|
||||
declarations: [ GreetingInfoSliderComponent ]
|
||||
})
|
||||
.compileComponents();
|
||||
});
|
||||
beforeEach(async () => {
|
||||
await TestBed.configureTestingModule({
|
||||
declarations: [GreetingInfoSliderComponent]
|
||||
})
|
||||
.compileComponents();
|
||||
});
|
||||
|
||||
beforeEach(() => {
|
||||
fixture = TestBed.createComponent(GreetingInfoSliderComponent);
|
||||
component = fixture.componentInstance;
|
||||
fixture.detectChanges();
|
||||
});
|
||||
beforeEach(() => {
|
||||
fixture = TestBed.createComponent(GreetingInfoSliderComponent);
|
||||
component = fixture.componentInstance;
|
||||
fixture.detectChanges();
|
||||
});
|
||||
|
||||
it('should create', () => {
|
||||
expect(component).toBeTruthy();
|
||||
});
|
||||
it('should create', () => {
|
||||
expect(component).toBeTruthy();
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user