Skip to content

Commit

Permalink
wip: fix unit test?
Browse files Browse the repository at this point in the history
  • Loading branch information
kristian4res committed Oct 31, 2024
1 parent a4ab55a commit b376eb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/tests/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

import supertest from "supertest";
import GetNodeServer from "../server";
import { loadConfigFromEnv } from "../config";
import BlaiseApiClient, { NewUser, User, UserRole } from "blaise-api-node-client";
import { Auth } from "blaise-login-react/blaise-login-react-server";
import { IMock, Mock, It, Times } from "typemoq";
Expand All @@ -14,6 +13,7 @@ import jwt from "jsonwebtoken";
import createLogger from "../logger/pinoLogger";
import pino from "pino";
import { HttpLogger } from "pino-http";
import { loadConfigFromEnv } from "../config";

// Temporary fix for Jest open handle issue (gcp profiler TCPWRAP error)
jest.mock("@google-cloud/profiler", () => ({
Expand Down

0 comments on commit b376eb8

Please sign in to comment.