diff --git a/packages/server/src/integrations/tests/googlesheets.spec.ts b/packages/server/src/integrations/tests/googlesheets.spec.ts index 5cb67ae816..079e418f3b 100644 --- a/packages/server/src/integrations/tests/googlesheets.spec.ts +++ b/packages/server/src/integrations/tests/googlesheets.spec.ts @@ -5,13 +5,11 @@ import TestConfiguration from "../../tests/utilities/TestConfiguration" import { Datasource, FieldType, - Row, SourceName, Table, TableSourceType, } from "@budibase/types" import { GoogleSheetsMock } from "./utils/googlesheets" -import exp from "constants" describe("Google Sheets Integration", () => { const config = new TestConfiguration()