From 2f9333da54a928b0d2c669877f21da576f00dbf5 Mon Sep 17 00:00:00 2001 From: Clemens Schwaighofer Date: Mon, 10 Mar 2025 17:02:17 +0900 Subject: [PATCH] Add testing for HtmlElementCreator and fix ...args calls All args passthrough class where missing the leading "..." Added Testing to HtmlElementCreator --- build/test.html | 22 ++ package.json | 3 +- src/utils.mjs | 4 +- src/utils/HtmlElementCreator.mjs | 8 +- tests/HtmlElementCreator.test.js | 658 +++++++++++++++++++++++++++++++ 5 files changed, 687 insertions(+), 8 deletions(-) create mode 100644 tests/HtmlElementCreator.test.js diff --git a/build/test.html b/build/test.html index 7c3d739..8f9b65e 100644 --- a/build/test.html +++ b/build/test.html @@ -4,12 +4,17 @@ +

JavaScript Utils Test

+

+
+
+