Skip to content

Commit

Permalink
prettier fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dobanisola-scottlogic committed May 16, 2024
1 parent 382ad95 commit 058903b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/app/components/breadcrumb/breadcrumb.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { NoopAnimationsModule } from '@angular/platform-browser/animations';
import { RouterTestingModule } from '@angular/router/testing';
import { NO_ERRORS_SCHEMA } from '@angular/core';

fdescribe('Breadcrumb', () => {
describe('Breadcrumb', () => {
let breadcrumb: Breadcrumb;
let fixture: ComponentFixture<Breadcrumb>;

Expand Down
2 changes: 1 addition & 1 deletion src/app/components/inputswitch/inputswitch.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ describe('InputSwitch', () => {
const divElement: HTMLElement = fixture.debugElement.query(By.css('div')).nativeElement;
divElement.click();
fixture.detectChanges();

expect(onClickSpy).toHaveBeenCalledWith(jasmine.anything());

const initialModelValue = inputswitch.modelValue;
Expand Down

0 comments on commit 058903b

Please sign in to comment.