Skip to content

Commit 96c6467

Browse files
author
Joschua Schneider
committed
Hotfix for broken import in tests
1 parent b46bc66 commit 96c6467

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/__tests__/use-error-boundary.spec.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import React, { useState } from "react"
22
import { act, render, screen, fireEvent } from "@testing-library/react"
33
import useErrorBoundary from "../index"
4-
import { UseErrorBoundaryOptions } from "../../lib"
4+
import { UseErrorBoundaryOptions } from "../use-error-boundary"
55
import { renderHook } from "@testing-library/react-hooks"
66

77
/**

0 commit comments

Comments
 (0)