diff --git a/features/threat-intelligence/shared/package.json b/features/threat-intelligence/shared/package.json index d750aee7b..8a92900dc 100644 --- a/features/threat-intelligence/shared/package.json +++ b/features/threat-intelligence/shared/package.json @@ -14,6 +14,8 @@ }, "scripts": { "build": "lixbuild", + "test": "vitest run", + "test:watch": "vitest", "typecheck": "tsc --noEmit" }, "devDependencies": {