From de955d385750f5d37801d3e97cf1436daabba789 Mon Sep 17 00:00:00 2001 From: Yandall <49245907+Yandall@users.noreply.github.com> Date: Wed, 21 Dec 2022 23:59:38 -0500 Subject: [PATCH] Add HTest package (#2436) --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index 281adfc..e5500fc 100644 --- a/packages.json +++ b/packages.json @@ -1,4 +1,18 @@ [ + { + "name": "htest", + "url": "https://github.com/Yandall/HTest/", + "method": "git", + "tags": [ + "html", + "test", + "unittest", + "nimquery" + ], + "description": "Simple library to make tests on html string using css query selectors", + "license": "MIT", + "web": "https://github.com/Yandall/HTest/" + }, { "name": "passy", "url": "https://github.com/infinitybeond1/passy",