1
0
Fork 0
mirror of synced 2024-06-18 18:35:37 +12:00

Remove comment added to trigger tests.

This commit is contained in:
Sam Rose 2024-03-25 11:52:18 +00:00
parent 44b448f3e1
commit fc41d16d1d
No known key found for this signature in database

View file

@ -1,8 +1,6 @@
import { Datasource, SourceName } from "@budibase/types"
import { GenericContainer, Wait, StartedTestContainer } from "testcontainers"
// TODO: remove this comment
let container: StartedTestContainer | undefined
export async function start(): Promise<StartedTestContainer> {