-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: Move generateRandomColor to generators directory
The generateRandomColor function and its test have been moved from the utils directory to the generators directory. This change includes updates in the test file import paths and in the main index.ts file where the function is exported.
- Loading branch information
1 parent
8226e56
commit 4d6a284
Showing
3 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
File renamed without changes.
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
6 changes: 3 additions & 3 deletions
6
tests/utils/generateRandomColor.test.ts → tests/generators/generateRandomColor.test.ts
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