rails / request.js

MIT License
389 stars 28 forks source link

Test Suite written in Jest #33

Closed KonoMaxi closed 2 years ago

KonoMaxi commented 2 years ago

After writing my first Jest Test-Suite, I didn't feel like I understood the framework, so I looked for another Project to try it on. That's when I noticed Request.js has no coverage yet.

Learned a bit on the journey, so if you wanna include it in your CI, you're free to do so :-)

marcelolx commented 2 years ago

@KonoMaxi I added the test step to the CI https://github.com/rails/request.js/commit/6e32e86fa098f9dbe7041cf1c598da9dcbeb6b78, feel free to send another PR fixing that behavior you mentioned in the earlier comment.