`npm build` is deprecated it is now `npm run`
Add more url parser
- set/remove entry from URL
- get single entry from URL alt version
- check if url has key entry
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