mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-26 04:15:48 -06:00
feat(plugins): externalize NovitaAI provider (#117007)
This commit is contained in:
@@ -342,7 +342,7 @@ describe("bundled plugin build entries", () => {
|
||||
it("excludes externalized model providers from bundled artifacts", () => {
|
||||
const artifacts = listBundledPluginPackArtifacts();
|
||||
|
||||
for (const pluginId of ["byteplus", "cohere", "meta", "mistral", "xiaomi"]) {
|
||||
for (const pluginId of ["byteplus", "cohere", "meta", "mistral", "novita", "xiaomi"]) {
|
||||
expect(artifacts).not.toContain(`dist/extensions/${pluginId}/index.js`);
|
||||
expect(artifacts).not.toContain(`dist/extensions/${pluginId}/openclaw.plugin.json`);
|
||||
expect(artifacts).not.toContain(`dist/extensions/${pluginId}/package.json`);
|
||||
|
||||
Reference in New Issue
Block a user