Skip to content

Commit 22fa245

Browse files
author
Michael Obst
committed
fix: remove unused declarations
1 parent e03b28d commit 22fa245

File tree

3 files changed

+0
-16
lines changed

3 files changed

+0
-16
lines changed

packages/components/src/components/helper-text/helper-text.spec.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,6 @@ import { newSpecPage } from '@stencil/core/testing';
1313
import { HelperText } from './helper-text';
1414

1515
describe('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],

packages/components/src/components/link/link.spec.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,6 @@ import { newSpecPage } from '@stencil/core/testing';
1313
import { Link } from './link';
1414

1515
describe('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],

packages/components/src/components/notification/notification.spec.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,6 @@ import { newSpecPage } from '@stencil/core/testing';
1313
import { Notification } from './notification';
1414

1515
describe('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],

0 commit comments

Comments
 (0)