-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Criar repository para consultar o usuario por id (#46)
* feat: add findById method to user repository * test: add tests for findById method in user repository * fix: resolve ESLint configuration issue * feat: add name property to user model, update tests, and migrate changes * chore: remove eslint-plugin-array-func from dependencies * chore: remove migration file no longer needed * fix: corrected schema.prisma syntax issue * refactor: change id type from Int to String in repository and user mock * test: update findById test * test: update findById test * feat: update findById method to user repository
- Loading branch information
Showing
3 changed files
with
69 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters