Skip to content

Commit

Permalink
Merge pull request #2862 from mi6/canary-test-import-fix
Browse files Browse the repository at this point in the history
test(canary-web-components): fixes import in test file
  • Loading branch information
GCHQ-Developer-299 authored Dec 4, 2024
2 parents f5a5cdb + 94a01a8 commit 8324b44
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 8324b44

Please sign in to comment.