Skip to content

Commit

Permalink
remove obsolete var
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-bromann committed Mar 19, 2024
1 parent 591bde3 commit dbb3c84
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/wdio/scoped-slot-child-insert-adjacent/cmp.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import { Fragment, h } from '@stencil/core';
import { render } from '@wdio/browser-runner/stencil';

describe('scoped-slot-child-insert-adjacent', () => {
let app: HTMLElement | undefined;
let host: HTMLElement | undefined;
let parentDiv: HTMLDivElement | undefined;

Expand Down

0 comments on commit dbb3c84

Please sign in to comment.