Skip to content

Commit

Permalink
review feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
Uli-Tiger committed Oct 25, 2024
1 parent 3ca23b3 commit 8dd3372
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ class MockProductService {
}
}

fdescribe('ConfiguratorStorefrontUtilsService', () => {
describe('ConfiguratorStorefrontUtilsService', () => {
let classUnderTest: ConfiguratorStorefrontUtilsService;
let fixture: ComponentFixture<MockComponent>;
let htmlElem: HTMLElement;
Expand Down Expand Up @@ -366,6 +366,8 @@ fdescribe('ConfiguratorStorefrontUtilsService', () => {
});

describe('focusValue', () => {
let attribute: Configurator.Attribute;

function createValue(name: string, isSelected: boolean) {
const value: Configurator.Value = {
valueCode: name,
Expand Down Expand Up @@ -400,8 +402,6 @@ fdescribe('ConfiguratorStorefrontUtilsService', () => {
});
}

let attribute: Configurator.Attribute;

beforeEach(() => {
attribute = {
name: 'ATTR_1',
Expand Down

0 comments on commit 8dd3372

Please sign in to comment.