placeholder test for jupyterlab with pip
							parent
							
								
									a83cd5b140
								
							
						
					
					
						commit
						2f248dd91f
					
				| @ -0,0 +1,15 @@ | ||||
| import { describe, expect, it } from "bun:test"; | ||||
| import { | ||||
|   executeScriptInContainer, | ||||
|   runTerraformApply, | ||||
|   runTerraformInit, | ||||
|   testRequiredVariables, | ||||
| } from "../test"; | ||||
| 
 | ||||
| describe("code-server", async () => { | ||||
|   await runTerraformInit(import.meta.dir); | ||||
| 
 | ||||
|   testRequiredVariables(import.meta.dir, { | ||||
|     agent_id: "foo", | ||||
|   }); | ||||
| }); | ||||
					Loading…
					
					
				
		Reference in New Issue
	
	 Stephen Kirby
						Stephen Kirby