Commit Graph

4 Commits

Author SHA1 Message Date
2f9333da54 Add testing for HtmlElementCreator and fix ...args calls
All args passthrough class where missing the leading "..."

Added Testing to HtmlElementCreator
2025-03-10 17:02:17 +09:00
31d71afe47 Add basic tests for all non DOM/Window calls
Note that these are very basic tests and just a start to learn vitest. There are no tests for DOM/Window because I do not know how to do those tests the best way with some headless brower testing suit or which to use
2025-03-10 10:49:35 +09:00
233fb6a235 Added StringHelpers, UniqIdGenerators and UrlParser test
UniqIdGenerators skips window.crypt test

URL tests need to be more in detail
2025-03-07 19:01:58 +09:00
ea9882256e Adding vitest for testing
Currently implemented

- FormatBytes
- MathHelpers
2025-03-07 17:24:52 +09:00