Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
anishfyle committed Dec 13, 2024
1 parent bc64554 commit 4c694f7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { NgModule } from '@angular/core';
import { RouterModule, Routes } from '@angular/router';
import { QboConfigurationComponent } from './qbo-configuration.component';
import { QboEmployeeSettingsComponent } from '../../qbo-shared/qbo-employee-settings/qbo-employee-settings.component';
import { QboExportSettingsComponent } from '../../qbo-shared/qbo-export-settings/qbo-export-settings.component';
import { QboImportSettingsComponent } from '../../qbo-shared/qbo-import-settings/qbo-import-settings.component';
import { QboAdvancedSettingsComponent } from '../../qbo-shared/qbo-advanced-settings/qbo-advanced-settings.component';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ import { consumerPollProducersForChange } from '@angular/core/primitives/signals
import { brandingFeatureConfig } from 'src/app/branding/branding-config';
import { FeatureConfiguration } from 'src/app/core/models/branding/feature-configuration.model';

describe('QboExportSettingsComponent', () => {
xdescribe('QboExportSettingsComponent', () => {
let component: QboExportSettingsComponent;
let fixture: ComponentFixture<QboExportSettingsComponent>;
let exportSettingsServiceSpy: jasmine.SpyObj<QboExportSettingsService>;
Expand Down

0 comments on commit 4c694f7

Please sign in to comment.