Remove unused imports.
This commit is contained in:
parent
ea6e2a472e
commit
d6c8ae8ec4
|
@ -5,13 +5,11 @@ import TestConfiguration from "../../tests/utilities/TestConfiguration"
|
||||||
import {
|
import {
|
||||||
Datasource,
|
Datasource,
|
||||||
FieldType,
|
FieldType,
|
||||||
Row,
|
|
||||||
SourceName,
|
SourceName,
|
||||||
Table,
|
Table,
|
||||||
TableSourceType,
|
TableSourceType,
|
||||||
} from "@budibase/types"
|
} from "@budibase/types"
|
||||||
import { GoogleSheetsMock } from "./utils/googlesheets"
|
import { GoogleSheetsMock } from "./utils/googlesheets"
|
||||||
import exp from "constants"
|
|
||||||
|
|
||||||
describe("Google Sheets Integration", () => {
|
describe("Google Sheets Integration", () => {
|
||||||
const config = new TestConfiguration()
|
const config = new TestConfiguration()
|
||||||
|
|
Loading…
Reference in New Issue