Remove comment added to trigger tests.
This commit is contained in:
parent
44b448f3e1
commit
fc41d16d1d
|
@ -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> {
|
||||
|
|
Loading…
Reference in New Issue