rtp-atw / nimble-interview

Nimble Repository
https://nimble-interview.vercel.app
MIT License
0 stars 0 forks source link

[Chore] Increase test coverage #24

Open olivierobert opened 8 months ago

olivierobert commented 8 months ago

Issue

Automated tests do not cover the core business logic: CSV upload, scraping.

Expected

While 100% test coverage is not required for this code challenge, all critical paths of the application should be unit-tested (and, ideally, UI-tested). So the following should be covered:

[!Warning] There is a bit of a challenge to implement tests for a service that generates HTTP requests. Hence, it is an expected part of the submission for us to assess your skills in writing challenging tests.