Skip to content

Commit

Permalink
chore(core): fix imports in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mlaursen committed Aug 3, 2024
1 parent e973819 commit d9aa3db
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
import { describe, expect, it } from "@jest/globals";
import { createRef } from "react";
import { render } from "../../test-utils/index.js";

import { type PropsWithRef } from "../../types.js";
import { Typography } from "../../typography/Typography.js";
import {
ResponsiveItemOverlay,
responsiveItemOverlay,
type ResponsiveItemOverlayPosition,
type ResponsiveItemOverlayProps,
} from "../ResponsiveItemOverlay.js";
import {
type ResponsiveItemOverlayPosition,
responsiveItemOverlay,
} from "../responsiveItemOverlayStyles.js";

describe("ResponsiveItemOverlay", () => {
it("should apply the correct styling, HTML attributes, and allow a ref", () => {
Expand Down

0 comments on commit d9aa3db

Please sign in to comment.