Remove unused variables.

This commit is contained in:
Sam Rose 2024-04-11 11:58:49 +01:00
parent ba171bb5a2
commit 0d564a8b4c
No known key found for this signature in database
1 changed files with 0 additions and 2 deletions

View File

@ -7,7 +7,6 @@ import {
EmptyFilterOption, EmptyFilterOption,
FieldType, FieldType,
RowSearchParams, RowSearchParams,
SortOrder,
Table, Table,
} from "@budibase/types" } from "@budibase/types"
@ -32,7 +31,6 @@ describe.each([
const config = setup.getConfig() const config = setup.getConfig()
let envCleanup: (() => void) | undefined let envCleanup: (() => void) | undefined
let table: Table
let datasource: Datasource | undefined let datasource: Datasource | undefined
beforeAll(async () => { beforeAll(async () => {