1- import { async , ComponentFixture , TestBed } from "@angular/core/testing" ;
2- import { By } from "@angular/platform-browser" ;
3- import { DebugElement } from "@angular/core" ;
1+ import { async , ComponentFixture , TestBed } from '@angular/core/testing' ;
2+ import { By } from '@angular/platform-browser' ;
3+ import { DebugElement } from '@angular/core' ;
4+ import { TimeClockComponent } from './time-clock.component' ;
5+ import { ProjectListHoverComponent } from '../../shared/project-list-hover/project-list-hover.component' ;
46
5- import { TimeClockComponent } from "./time-clock.component" ;
6- import { ProjectListHoverComponent } from "../../shared/project-list-hover/project-list-hover.component" ;
7-
8- describe ( "TimeClockComponent" , ( ) => {
7+ describe ( 'TimeClockComponent' , ( ) => {
98 let component : TimeClockComponent ;
109 let fixture : ComponentFixture < TimeClockComponent > ;
1110 let de : DebugElement ;
@@ -30,7 +29,7 @@ describe("TimeClockComponent", () => {
3029 fixture . detectChanges ( ) ;
3130 } ) ;
3231
33- it ( " should be created" , ( ) => {
32+ it ( ' should be created' , ( ) => {
3433 expect ( component ) . toBeTruthy ( ) ;
3534 } ) ;
3635
@@ -43,7 +42,7 @@ describe("TimeClockComponent", () => {
4342 expect ( ptag . textContent ) . toBe ( 'Dario clocked out at hh:mm:ss' ) ;
4443 } ) ) ;
4544
46- it ( " should set showfileds as true" , ( ) => {
45+ it ( ' should set showfileds as true' , ( ) => {
4746 const show = true ;
4847 component . setShowFields ( show ) ;
4948 expect ( component . showFields ) . toBe ( true ) ;
0 commit comments