mirror of
https://github.com/moltbot/moltbot.git
synced 2026-05-13 15:47:28 +00:00
test: omit opus build allowlist
This commit is contained in:
@@ -25,6 +25,6 @@ describe("package manager build policy", () => {
|
|||||||
|
|
||||||
expect(packageJson.pnpm).toBeUndefined();
|
expect(packageJson.pnpm).toBeUndefined();
|
||||||
expect(workspace.allowBuilds?.["@discordjs/opus"]).toBe(false);
|
expect(workspace.allowBuilds?.["@discordjs/opus"]).toBe(false);
|
||||||
expect(workspace.onlyBuiltDependencies ?? []).not.toContain("@discordjs/opus");
|
expect(workspace.onlyBuiltDependencies).toBeUndefined();
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user