You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With some recent changes, most of the logic is now performed by the CLI commands generate and validate that lowered the test coverage significantly. These commands are unfortunately not unit tested very broadly at the moment. To address this, it would be good to have unit tests for most of the functions in: https://github.com/blomqma/next-rest-framework/tree/main/packages/next-rest-framework/src/cli
With some recent changes, most of the logic is now performed by the CLI commands
generate
andvalidate
that lowered the test coverage significantly. These commands are unfortunately not unit tested very broadly at the moment. To address this, it would be good to have unit tests for most of the functions in: https://github.com/blomqma/next-rest-framework/tree/main/packages/next-rest-framework/src/cliThere is already a solid unit testing framework and conventions set in the tests directory that could be extended: https://github.com/blomqma/next-rest-framework/tree/main/packages/next-rest-framework/tests
Note that the desired coverage doesn't need to be reached in one go, any incremental improvement to this is appreciated!
How to run tests?
pnpm i
./packages/next-rest-framework
directory:pnpm test
The text was updated successfully, but these errors were encountered: