From fcf11022be21d72488620f7622b4ca89e59535fc Mon Sep 17 00:00:00 2001 From: Avahe Kellenberger Date: Wed, 27 Jul 2022 22:16:50 -0400 Subject: [PATCH] Added package nimtest (#2294) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 6ee5449..151243b 100644 --- a/packages.json +++ b/packages.json @@ -26847,5 +26847,18 @@ "description": "Command line argument parser in the form commonly used in ordinary shell.", "license": "MIT", "web": "https://github.com/uga-rosa/shellopt.nim" + }, + { + "name": "nimtest", + "url": "https://github.com/avahe-kellenberger/nimtest", + "method": "git", + "tags": [ + "nim", + "test", + "framework" + ], + "description": "Simple testing framework for Nim", + "license": "GPL-2.0-only", + "web": "https://github.com/avahe-kellenberger/nimtest" } ]