File tree Expand file tree Collapse file tree 2 files changed +2
-31
lines changed
Expand file tree Collapse file tree 2 files changed +2
-31
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import { Component } from "@angular/core";
22import { TestBed } from "@angular/core/testing" ;
33import { By } from "@angular/platform-browser" ;
44import { I18nModule } from "../i18n/index" ;
5- import { UtilsModule } from "carbon-components-angular /utils" ;
5+ import { UtilsModule } from ".. /utils" ;
66import { Tabs } from "./tabs.component" ;
77import { CommonModule } from "@angular/common" ;
88import { Tab } from "./tab.component" ;
@@ -23,7 +23,7 @@ class TabsTest {
2323 onSelected ( ) { }
2424}
2525
26- describe ( "Sample " , ( ) => {
26+ describe ( "Tabs " , ( ) => {
2727 let fixture , wrapper , element ;
2828
2929 const arrowRight = new KeyboardEvent ( "keydown" , {
@@ -47,9 +47,7 @@ describe("Sample", () => {
4747 I18nModule
4848 ]
4949 } ) ;
50- } ) ;
5150
52- beforeEach ( ( ) => {
5351 fixture = TestBed . createComponent ( TabsTest ) ;
5452 wrapper = fixture . componentInstance ;
5553 element = fixture . debugElement . query ( By . css ( "ibm-tabs" ) ) ;
You can’t perform that action at this time.
0 commit comments