Skip to content

Commit

Permalink
rm unused vars
Browse files Browse the repository at this point in the history
  • Loading branch information
charmingduchess committed Oct 6, 2023
1 parent 0275010 commit f08c473
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/components/SubNav/SubNav.test.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
import React from "react"
import { render, screen, act } from "@testing-library/react"
import userEvent from "@testing-library/user-event"
import mockRouter from "next-router-mock"
import { render, screen } from "@testing-library/react"
// this import, as well as its use on line 15 is to avoid the following error:
// TypeError: Cannot use 'in' operator to search for 'beforePopState' in null
import { MemoryRouterProvider } from "next-router-mock/MemoryRouterProvider"
Expand Down

0 comments on commit f08c473

Please sign in to comment.