Skip to content

Commit

Permalink
test: import root entrypoints in typings tests (#2958)
Browse files Browse the repository at this point in the history
  • Loading branch information
web-padawan committed Oct 30, 2021
1 parent 4cf8a9d commit f5d556c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import '../../vaadin-confirm-dialog.js';
import { ConfirmDialogOpenedChangedEvent } from '../../src/vaadin-confirm-dialog.js';
import { ConfirmDialogOpenedChangedEvent } from '../../vaadin-confirm-dialog.js';

const assertType = <TExpected>(actual: TExpected) => actual;

Expand Down
2 changes: 1 addition & 1 deletion packages/split-layout/test/typings/split-layout.types.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import '../../src/vaadin-split-layout';
import '../../vaadin-split-layout';

const assert = <T>(value: T) => value;

Expand Down

0 comments on commit f5d556c

Please sign in to comment.