From eaed2a80b7ebb92ee409ef3c4eba6b177401b8b4 Mon Sep 17 00:00:00 2001 From: Lilith Date: Sun, 15 Feb 2026 01:19:36 -0800 Subject: [PATCH] =?UTF-8?q?chore(threat-intelligence):=20=F0=9F=94=A7=20Up?= =?UTF-8?q?date=20dependency=20versions=20in=20shared=20threat=20intellige?= =?UTF-8?q?nce=20module=E2=80=99s=20package.json?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Lilith Autocommit --- features/threat-intelligence/shared/package.json | 2 ++ 1 file changed, 2 insertions(+) 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": {