it.live("Creates a UGC workflow (basic demo test)", () => Effect.gen(function* () {
// code here....
// Effect functions that have withSpan's
}).pipe(
Effect.provide(DevToolsLive),
Effect.provide(NodeSdkLive),
)
it.live("Creates a UGC workflow (basic demo test)", () => Effect.gen(function* () {
// code here....
// Effect functions that have withSpan's
}).pipe(
Effect.provide(DevToolsLive),
Effect.provide(NodeSdkLive),
)