test: omit opus build allowlist

This commit is contained in:
Shakker
2026-05-12 19:17:08 +01:00
parent 52cbb7de33
commit 7fd1f5c73c

View File

@@ -25,6 +25,6 @@ describe("package manager build policy", () => {
expect(packageJson.pnpm).toBeUndefined();
expect(workspace.allowBuilds?.["@discordjs/opus"]).toBe(false);
expect(workspace.onlyBuiltDependencies ?? []).not.toContain("@discordjs/opus");
expect(workspace.onlyBuiltDependencies).toBeUndefined();
});
});