issues
search
viet-aus-it
/
vait-discord-bot
Discord bot project for the Vietnamese Aussies in IT Discord Server
10
stars
5
forks
source link
Refactor utils and test helpers structure
#230
Closed
samhwang
closed
6 months ago
samhwang
commented
6 months ago
Description
Flatten the
src/utils
module
Move the
vitest.setup.ts
and
src/mocks
to the root, because it isn't related with the rest of the code
How Has This Been Tested?
All unit tests passed
Screenshots (if appropriate):
Types of changes
[ ] Bug fix (non-breaking change which fixes an issue)
[x] New feature (non-breaking change which adds functionality)
[ ] Breaking change (fix or feature that would cause existing functionality to change)
Checklist:
[x] My code follows the code style of this project.
[ ] My change requires a change to the documentation.
[ ] I have updated the documentation accordingly.
[x] I have read the
CONTRIBUTING
document.
[x] I have added tests to cover my changes.
[x] All new and existing tests passed.
Description
src/utils
modulevitest.setup.ts
andsrc/mocks
to the root, because it isn't related with the rest of the codeHow Has This Been Tested?
Screenshots (if appropriate):
Types of changes
Checklist: