Skip to content

Commit

Permalink
initial commit to update dependencies and node version (#543)
Browse files Browse the repository at this point in the history
  • Loading branch information
gitbiruk2010 authored Oct 8, 2024
1 parent d6136ce commit 5c808ee
Show file tree
Hide file tree
Showing 4 changed files with 1,607 additions and 1,051 deletions.
2 changes: 1 addition & 1 deletion app/page.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"use client";
import React, { useEffect, useState, Dispatch, SetStateAction } from "react";
import Grid from "@mui/material/Unstable_Grid2";
import Grid from "@mui/material/Grid";
import Stack from "@mui/material/Stack";
import { Typography, Popover, Link } from "@mui/material";
import WrapperDiv from "../components/WrapperDiv";
Expand Down
4 changes: 3 additions & 1 deletion jest.setup.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
import '@testing-library/jest-dom/extend-expect';
import '@testing-library/jest-dom';

// Old import replaced by the one above: import '@testing-library/jest-dom/extend-expect';

// Trying to suppress console.error for creator page test (Error: Not implemented: navigation (except hash changes), this solution fails.

Expand Down
Loading

0 comments on commit 5c808ee

Please sign in to comment.