Skip to content

Commit

Permalink
test: fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tokebe committed Oct 11, 2024
1 parent 6812ca2 commit 5bfebea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion __test__/unittest/template_query_builder.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import qb from "../../src/builder/template_query_builder";
import path from "path";
import fs from "fs";
import { QueryHandlerOptions } from "../../src/types";
import { QueryHandlerOptions } from "@biothings-explorer/types";

describe("test query builder class", () => {
describe("test _getUrl function", () => {
Expand Down
2 changes: 1 addition & 1 deletion __test__/unittest/trapi_query_builder.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*/

import TRAPIQueryBuilder from "../../src/builder/trapi_query_builder";
import { QueryHandlerOptions } from "../../src/types";
import { QueryHandlerOptions } from "@biothings-explorer/types";

describe("test trapi query builder class", () => {
describe("test getConfig function", () => {
Expand Down

0 comments on commit 5bfebea

Please sign in to comment.