remove import
This commit is contained in:
parent
82e981e3a2
commit
92117e1068
|
@ -30,7 +30,6 @@ import { structures } from "@budibase/backend-core/tests"
|
||||||
import TestConfiguration from "../../tests/utilities/TestConfiguration"
|
import TestConfiguration from "../../tests/utilities/TestConfiguration"
|
||||||
import GoogleSheetsIntegration from "../googlesheets"
|
import GoogleSheetsIntegration from "../googlesheets"
|
||||||
import { FieldType, Table, TableSchema } from "../../../../types/src/documents"
|
import { FieldType, Table, TableSchema } from "../../../../types/src/documents"
|
||||||
import environment from "../../environment"
|
|
||||||
|
|
||||||
describe("Google Sheets Integration", () => {
|
describe("Google Sheets Integration", () => {
|
||||||
let integration: any,
|
let integration: any,
|
||||||
|
|
Loading…
Reference in New Issue