Yashasv-Prajapati / Docify

5 stars 2 forks source link

Unit Tests for coverage-to-md api #126

Closed Harsh290803 closed 2 months ago

Harsh290803 commented 2 months ago

image

Note: We may need to consider adjusting Jest configurations to support ESM modules, but for now, mocking such modules can serve as a workaround.

linear[bot] commented 2 months ago
CS3-89 Unit Test for API

1. Write unit tests for coverage to markdown API covering all possible test cases for all return statements and errors. 2. The API file is present in `client/app/api/md/coverage-to-md/route.ts`