mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 15:00:41 +00:00
test: accept externalized discord voice fallback
(cherry picked from commit 13424b9b3e)
This commit is contained in:
@@ -240,6 +240,11 @@ describe("collectInstalledRootDependencyManifestErrors", () => {
|
||||
'await import("@lancedb/lancedb");\n',
|
||||
"utf8",
|
||||
);
|
||||
writeFileSync(
|
||||
join(packageRoot, "dist", "discord-voice-runtime.js"),
|
||||
'const OpusScript = require("opusscript");\nexport { OpusScript };\n',
|
||||
"utf8",
|
||||
);
|
||||
|
||||
expect(collectInstalledRootDependencyManifestErrors(packageRoot)).toEqual([]);
|
||||
} finally {
|
||||
|
||||
Reference in New Issue
Block a user