IntegerAlex / hasty-server

Hasty-Server is a lightweight fully featured web framework with zero dependencies
https://hasty-server.vercel.app
Other
12 stars 25 forks source link

HELP : Write unit Test using `Jest`. ( Core JS ) #63

Open IntegerAlex opened 3 weeks ago

IntegerAlex commented 3 weeks ago

Need Contribution related to test.

JP-sDEV commented 2 weeks ago

Hi @IntegerAlex, what modules do you want to prioritize testing for, I can get started on those first! Thanks! :)

IntegerAlex commented 2 weeks ago

In lib directory Utils should be on high priority as it is independent and major part of library depends on it.

IntegerAlex commented 2 weeks ago

@JP-sDEV Go for it try to get edge cases even if doesn't pass. Create that issue i will make a patch to it. I am assigning this to you

JP-sDEV commented 2 weeks ago

Sounds good, will start reviewing the source code and will post a PR once completed.

JP-sDEV commented 2 weeks ago

Hi @IntegerAlex, could I have the proper permissions to push my testing branch to the repo?

JP-sDEV commented 2 weeks ago

Disregard my last comment, I forked and submitted a pull request.

IntegerAlex commented 2 weeks ago

Got it