File tree Expand file tree Collapse file tree 3 files changed +0
-16
lines changed
packages/components/src/components Expand file tree Collapse file tree 3 files changed +0
-16
lines changed Original file line number Diff line number Diff line change @@ -13,11 +13,6 @@ import { newSpecPage } from '@stencil/core/testing';
1313import { HelperText } from './helper-text' ;
1414
1515describe ( 'Helper Text' , ( ) => {
16- let element ;
17- beforeEach ( async ( ) => {
18- element = new HelperText ( ) ;
19- } ) ;
20-
2116 it ( 'should render informational helper text with info icon if no variant is specified' , async ( ) => {
2217 const page = await newSpecPage ( {
2318 components : [ HelperText ] ,
Original file line number Diff line number Diff line change @@ -13,11 +13,6 @@ import { newSpecPage } from '@stencil/core/testing';
1313import { Link } from './link' ;
1414
1515describe ( 'Link' , ( ) => {
16- let element ;
17- beforeEach ( async ( ) => {
18- element = new Link ( ) ;
19- } ) ;
20-
2116 it ( 'should match snapshot' , async ( ) => {
2217 const page = await newSpecPage ( {
2318 components : [ Link ] ,
Original file line number Diff line number Diff line change @@ -13,12 +13,6 @@ import { newSpecPage } from '@stencil/core/testing';
1313import { Notification } from './notification' ;
1414
1515describe ( 'Notification ' , ( ) => {
16- let element ;
17-
18- beforeEach ( async ( ) => {
19- element = new Notification ( ) ;
20- } ) ;
21-
2216 it ( 'should match snapshot' , async ( ) => {
2317 const page = await newSpecPage ( {
2418 components : [ Notification ] ,
You can’t perform that action at this time.
0 commit comments