We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed01176 commit f05b4eaCopy full SHA for f05b4ea
1 file changed
src/handlers/tests/internal-server-error-handler.test.ts
@@ -1,6 +1,7 @@
1
import { expect } from "chai";
2
+import { describe } from "mocha";
3
import type { NextFunction, Request, Response } from "express";
-import sinon from "sinon";
4
+import { sinon } from "../../../test/utils/test-utils.js";
5
import { ERROR_MESSAGES, HTTP_STATUS_CODES } from "../../app.constants.js";
6
import { serverErrorHandler } from "../internal-server-error-handler.js";
7
describe("serverErrorHandler", () => {
0 commit comments