Remove unused variables.
This commit is contained in:
parent
ba171bb5a2
commit
0d564a8b4c
|
@ -7,7 +7,6 @@ import {
|
|||
EmptyFilterOption,
|
||||
FieldType,
|
||||
RowSearchParams,
|
||||
SortOrder,
|
||||
Table,
|
||||
} from "@budibase/types"
|
||||
|
||||
|
@ -32,7 +31,6 @@ describe.each([
|
|||
const config = setup.getConfig()
|
||||
|
||||
let envCleanup: (() => void) | undefined
|
||||
let table: Table
|
||||
let datasource: Datasource | undefined
|
||||
|
||||
beforeAll(async () => {
|
||||
|
|
Loading…
Reference in New Issue