Support unit testing in submitty_test script
Currently submitty_test supports php-lint, js-lint, css-lint To get equal coverage on local machine as github CI, it would need to support unit testing as well. Yet, some subtlety involves using package npm script. For more detail you may look #9918
Hi @vaibhav-1508,
Thank you for your interest in the Submitty open source project!
We encourage you to join our Zulip server to discuss new features requests, bug reports, and technical implementation questions.
We welcome contributions from new developers! Please read our documentation on how to get started with Submitty, specifically our pages on setting up your development environment and making a pull request.
NOTE: We do not use the Github issue 'assign' feature for first time prospective contributors. You do not need to be assigned to an issue to create a pull request that will be reviewed by our team and then merged if it appropriately resolves the issue.
Solved by https://github.com/Submitty/Submitty/pull/11802