Implement e2e tests

This commit is contained in:
Reinier Criel 2025-10-23 11:41:13 -07:00
parent f817bf887a
commit 059cba06bc
17 changed files with 163 additions and 293 deletions

View file

@ -7,7 +7,6 @@ export async function auditChanges(changes) {
const allowedChanges = [];
const disallowedChanges = [];
console.log("**audit/index.js** Auditing changes:", changes);
var malwarePackages = await getPackagesWithMalware(
changes.filter(
(change) => change.type === "add" || change.type === "change"