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
This commit is contained in:
2025-03-10 10:49:35 +09:00
parent 233fb6a235
commit 31d71afe47
5 changed files with 164 additions and 8 deletions

View File

@@ -148,7 +148,8 @@ Currently covered:
- StringHelpers
- UniqIdGenerators (Part)
- UrlParser
- JavaScriptHelpers
TODO:
- JavaScriptHelpers
Find a mocker/or some headless browser checker so we can test DOM/window based calls