Rémi Doreau
Rémi Doreau
I felt that *avatar-generator* needed some **testing**. This PR setup the testing environment using `bs-jest`/`bs-react-testing-library` and add some tests here and there. It's not much, but it's always better to...
Closes #201 This is what this PR does: - Add namespaced record field names in the formatted output of the UnboundRecordField errors - Fix existing parsing/regex - Add corresponding test...
## PR Checklist Please check if your PR fulfills the following requirements: - [X] The commit message follows our guidelines: https://github.com/nestjs/nest/blob/master/CONTRIBUTING.md - [ ] Tests for the changes have been...
Closes #2336 This patch adds a node version check to prevent users from using a version below the minimum supported node version. PS: I am not sure where to put...