Closed
Description
Is your feature request related to a problem? Please describe.
- There has been a consistently poor experience with setup
- We need to ensure that all scripts in the setup process are validated with tests.
Describe the solution you'd like
- Move
setup.ts
tosrc/setup
.- If this is not advisable, then move most of it to a file
src/setup/setup.ts
and import its contents
- If this is not advisable, then move most of it to a file
- Write complete and valid tests for
src/setup/setup.ts
- Ensure that test code coverage is 100%
- Update
package.json
so that setup will work for Windows, MacOS and Linux
Describe alternatives you've considered
- N/A
Approach to be followed (optional)
- See above
Additional context
- N/A
Potential internship candidates
Please read this if you are planning to apply for a Palisadoes Foundation internship
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Done