1
0
Fork 0
mirror of synced 2024-09-03 03:01:14 +12:00

Moving test case to be more accurate in placement.

This commit is contained in:
mike12345567 2024-03-28 17:59:51 +00:00
parent 4c755b3af3
commit 0b02233055

View file

@ -1,7 +1,7 @@
const nodeFetch = require("node-fetch") const nodeFetch = require("node-fetch")
nodeFetch.mockSearch() nodeFetch.mockSearch()
import * as search from "../../../sdk/app/rows/search/utils" import * as search from "../utils"
import { RowSearchParams, SortOrder, SortType } from "@budibase/types" import { RowSearchParams, SortOrder, SortType } from "@budibase/types"
// this will be mocked out for _search endpoint // this will be mocked out for _search endpoint