Make a change in packages/server to trigger the tests.
This commit is contained in:
parent
79d1b22cae
commit
077ca2d120
|
@ -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> {
|
||||
|
|
Loading…
Reference in New Issue