mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-09 21:14:31 +00:00
refactor: rename to openclaw
This commit is contained in:
@@ -12,7 +12,7 @@ const SAMPLE_URL =
|
||||
const LIVE =
|
||||
isTruthyEnvValue(process.env.DEEPGRAM_LIVE_TEST) ||
|
||||
isTruthyEnvValue(process.env.LIVE) ||
|
||||
isTruthyEnvValue(process.env.CLAWDBOT_LIVE_TEST);
|
||||
isTruthyEnvValue(process.env.OPENCLAW_LIVE_TEST);
|
||||
|
||||
const describeLive = LIVE && DEEPGRAM_KEY ? describe : describe.skip;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user