Skip to content

Commit

Permalink
chore: fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
vladitasev committed Jan 2, 2025
1 parent 70a237b commit 7832534
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/main/cypress/specs/List.cy.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import { html } from "lit";
import "../../src/List.js";
import "../../src/ListItemStandard.js";
import type List from "../../src/List.js";

describe("List Tests", () => {
Expand Down
1 change: 1 addition & 0 deletions packages/main/cypress/specs/Toast.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import { html } from "lit";
import "../../src/Toast.js";
import "../../src/Button.js";
import "../../src/List.js";
import "../../src/ListItemStandard.js";
import type Toast from "../../src/Toast.js";

describe("Toast - test popover API", () => {
Expand Down

0 comments on commit 7832534

Please sign in to comment.