File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed
experimental/apps-mcp/lib/templates/trpc/server/src Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -2,13 +2,6 @@ import { test } from "node:test";
22import { strict as assert } from "node:assert" ;
33import type { Server } from "node:http" ;
44
5- // set dummy env vars before importing index (only if not already set)
6- process . env [ "DATABRICKS_HOST" ] =
7- process . env [ "DATABRICKS_HOST" ] || "https://dummy.databricks.com" ;
8- process . env [ "DATABRICKS_TOKEN" ] = process . env [ "DATABRICKS_TOKEN" ] || "dummy_token" ;
9- process . env [ "DATABRICKS_WAREHOUSE_ID" ] =
10- process . env [ "DATABRICKS_WAREHOUSE_ID" ] || "dummy_warehouse_id" ;
11-
125test ( "server starts and responds to healthcheck" , async ( ) => {
136 // dynamic import to ensure env vars are set first
147 const { startServer } = await import ( "./index" ) ;
You can’t perform that action at this time.
0 commit comments