Skip to content

Commit

Permalink
fix: update import paths in test
Browse files Browse the repository at this point in the history
  • Loading branch information
zz-hh-aa committed Nov 18, 2024
1 parent 96b5223 commit 7f50c9e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import supertest from "supertest";
import app from "../../server.js";
import { queryMock } from "../../tests/graphqlQueryMock.js";
import app from "../../../server.js";
import { queryMock } from "../../../tests/graphqlQueryMock.js";

describe("Logging analytics", () => {
beforeEach(() => {
Expand Down

0 comments on commit 7f50c9e

Please sign in to comment.