Skip to content

Commit dafe6d4

Browse files
committed
test(tabs/bottomNav): renaming test components files #4297
1 parent 442b4fe commit dafe6d4

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

projects/igniteui-angular/src/lib/tabbar/tabbar.component.spec.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import { configureTestSuite } from '../test-utils/configure-suite';
1111
import { BottomNavRoutingViewComponentsModule,
1212
BottomNavRoutingView1Component,
1313
BottomNavRoutingView2Component,
14-
BottomNavRoutingView3Component } from './routing-view-components';
14+
BottomNavRoutingView3Component } from './routing-view-components.spec';
1515
import { Router } from '@angular/router';
1616
import { Location } from '@angular/common';
1717

projects/igniteui-angular/src/lib/tabs/tabs.component.spec.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import { Location } from '@angular/common';
1717
import { TabsRoutingViewComponentsModule,
1818
TabsRoutingView1Component,
1919
TabsRoutingView2Component,
20-
TabsRoutingView3Component } from './tabs-routing-view-components';
20+
TabsRoutingView3Component } from './tabs-routing-view-components.spec';
2121

2222
describe('IgxTabs', () => {
2323
configureTestSuite();

0 commit comments

Comments
 (0)