Skip to content

Commit

Permalink
Fix unit test for RouteSelector
Browse files Browse the repository at this point in the history
  • Loading branch information
dcshzj committed Aug 23, 2023
1 parent f195b74 commit 2228001
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/__tests__/RouteSelector.spec.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,7 @@ jest.mock("layouts/Folders", () => {

jest.mock("layouts/NotFoundPage", () => {
return {
__esModule: true,
default: () => {
NotFoundPage: () => {
return <div>{NOT_FOUND_LAYOUT_TEXT}</div>
},
}
Expand Down

0 comments on commit 2228001

Please sign in to comment.