From 02521a797e195b331af1778cd7bc854d3a396ead Mon Sep 17 00:00:00 2001 From: xXJsonDeruloXx Date: Sat, 1 Aug 2026 14:47:18 -0400 Subject: refactor patch management and add ownership safeguards --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'package.json') diff --git a/package.json b/package.json index d0c04a4..8b982a0 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "scripts": { "build": "rollup -c", "watch": "rollup -c -w", - "test": "echo \"Error: no test specified\" && exit 1" + "test": "python3 -m unittest discover -s tests -v" }, "repository": { "type": "git", @@ -90,4 +90,3 @@ } ] } - -- cgit v1.2.3