Skip to content

Commit

Permalink
test(canary-web-components): fixes import in test file
Browse files Browse the repository at this point in the history
fixes import to match all other canary components
  • Loading branch information
ad9242 committed Dec 4, 2024
1 parent f5a5cdb commit 94a01a8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { newSpecPage } from "@stencil/core/testing";
import { Menu } from "../../ic-menu";
import { IcInputComponentContainer } from "@ukic/web-components/dist/components/ic-input-component-container";
import { testKeyboardEvent as keyboardEvent } from "@ukic/web-components/dist/types/testspec.setup";
import { testKeyboardEvent as keyboardEvent } from "../../../../testspec.setup";
import { h } from "@stencil/core";
import * as helpers from "@ukic/web-components/dist/types/utils/helpers";

Expand Down

0 comments on commit 94a01a8

Please sign in to comment.