Skip to content

Commit

Permalink
test(progress): cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
xidedix committed Dec 21, 2024
1 parent f732451 commit 0884f70
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,11 @@ import { ComponentFixture, TestBed, waitForAsync } from '@angular/core/testing';

import { ProgressComponent } from './progress.component';
import { ProgressBarDirective } from './progress-bar.directive';
import { ProgressStackedComponent } from './progress-stacked.component';

@Component({
template: ` <c-progress value="42" color="success" />`,
selector: 'c-test',
imports: [ProgressComponent, ProgressStackedComponent]
imports: [ProgressComponent]
})
export class TestComponent {}

Expand Down

0 comments on commit 0884f70

Please sign in to comment.