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

Make a change in packages/server to trigger the tests.

This commit is contained in:
Sam Rose 2024-03-25 11:16:37 +00:00
parent 79d1b22cae
commit 077ca2d120
No known key found for this signature in database

View file

@ -1,6 +1,8 @@
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> {