diff --git a/packages.json b/packages.json index 75b9eb3..f44e534 100644 --- a/packages.json +++ b/packages.json @@ -9357,5 +9357,19 @@ "description": "Executable for finding information about programs in PATH", "license": "MIT", "web": "https://github.com/aleandros/about" + }, + { + "name": "findtests", + "url": "https://github.com/jackvandrunen/findtests", + "method": "git", + "tags": [ + "test", + "tests", + "testing", + "unit" + ], + "description": "A helper module for writing unit tests in Nim with nake or similar build system.", + "license": "ISC", + "web": "https://github.com/jackvandrunen/findtests" } ]