Skip to content

Commit cdfa210

Browse files
committed
Remove unused property in tests
1 parent 0334210 commit cdfa210

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/ng-apexcharts/src/lib/chart/chart.component.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ class MockConditionalWrapperComponent {
9999
selector: 'mock-conditional-parent',
100100
template: `
101101
<mock-conditional-wrapper [show]="show()">
102-
<apx-chart [chart]="config" [series]="chartSeries" [xaxis]="xAxisDetails"></apx-chart>
102+
<apx-chart [chart]="config" [series]="chartSeries"></apx-chart>
103103
</mock-conditional-wrapper>
104104
`,
105105
imports: [ChartComponent, MockConditionalWrapperComponent],

0 commit comments

Comments
 (0)