Moving test case to be more accurate in placement.
This commit is contained in:
parent
4c755b3af3
commit
0b02233055
|
@ -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
|
Loading…
Reference in New Issue