Refactor imports (#470)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { EventErrorHandler } from "../../../src/components/Error/EventErrorHandler";
|
||||
import { EventErrorHandler } from "@/components/Error/EventErrorHandler";
|
||||
|
||||
describe("EventErrorHandler", () => {
|
||||
it("calls the callback when a new error is reported", () => {
|
||||
|
||||
Reference in New Issue
Block a user