-
Notifications
You must be signed in to change notification settings - Fork 8
Add unit tests #3
Copy link
Copy link
Open
Labels
help wantedExtra attention is neededExtra attention is needed
Description
Activity
Metadata
Metadata
Assignees
Labels
help wantedExtra attention is neededExtra attention is needed
This project could really use some unit tests. Unfortunately, all of the important behavior would also need a JS environment to actually test. This is an area where I'd be very happy to accept contributions, given that I'm unlikely to do it for myself.
I haven't done any research into what JS environment would be easiest to get working with the Zig build system. A strong requirement here is that
zig build test(possibly performing some zon fetches) must work without any other external dependencies. Cross platform is a bonus, but I'm on windows so that's a requirement.