Skip to content

Commit

Permalink
LP1840773: Test followup for self-checkout
Browse files Browse the repository at this point in the history
Corrects a focused test (fdescribe) that was accidentally left in, which
restricts the Angular tests to those contained in this file. This
correction allows 'npm run test' to run all of our tests again
(currently 190) instead of running only the 6 tests in this file.

Thanks to Jane Sandberg for spotting the error.

Signed-off-by: Stephanie Leary <[email protected]>
Signed-off-by: Mike Rylander <[email protected]>
  • Loading branch information
stephanieleary authored and spaceisntsyntax committed Sep 13, 2024
1 parent c94c0cb commit d7b2194
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { ComponentFixture, TestBed } from '@angular/core/testing';

import { CredentialInputComponent } from './credential-input.component';

fdescribe('CredentialInputComponent', () => {
describe('CredentialInputComponent', () => {
let component: CredentialInputComponent;
let fixture: ComponentFixture<CredentialInputComponent>;

Expand Down

0 comments on commit d7b2194

Please sign in to comment.