Skip to content

Commit

Permalink
Add missing library into the ProductHiglight
Browse files Browse the repository at this point in the history
  • Loading branch information
grabinskij committed Dec 6, 2024
1 parent 5b3ca80 commit 6b6274a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 2 additions & 0 deletions src/components/ProductHighlight/ProductHighlight.test.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ import { render, screen } from "@testing-library/react";
import ProductHighlight from "./ProductHighlight";
import { CHECK_IN, AWARD, CANCELLATION } from "../../constants/constants";
import { describe, it, expect } from "vitest";
import '@testing-library/jest-dom';


describe("ProductHighlight Component", () => {
const mockHighlights = [
Expand Down
3 changes: 0 additions & 3 deletions src/components/SearchPanel/SearchPanel.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,6 @@ const SearchPanel = () => {
<div className={styles.searchBarContainer}>
<SearchBar
searchType={searchType}
checkIn=""
checkOut=""
guests=""
onSearch={handleAirbnbSearch}
/>
</div>
Expand Down

0 comments on commit 6b6274a

Please sign in to comment.