-
-
Notifications
You must be signed in to change notification settings - Fork 499
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Convert code challenges tests from jasmine -> jest #1572
Comments
It would be nice to remove the |
The PR is found here: Techtonica/code-challenges#12 |
removing node mods would be great - that was an oversight. |
@alodahl you want me to do that in this PR? or a subsequent one? If you merge this, I create another one that removes node_modules and has instructions for installation. |
Nevermind... here is a node_modules PR: Techtonica/code-challenges#13 |
Although it may very well be a good idea, this issue has not had recent activity and is unlikely to be worked on. Consider creating your own pull request for the issue if that is feasible. If no further activity occurs, this will be closed in 14 days. Thank you for your contribution. |
it sounds like we wont be using the code challenges anymore, or at least this isnt a priority. |
Although it may very well be a good idea, this issue has not had recent activity and is unlikely to be worked on. Consider creating your own pull request for the issue if that is feasible. If no further activity occurs, this will be closed in 14 days. Thank you for your contribution. |
Our code challenges repo is currently using jasmine. We have a lot of very short, simple unit tests. Please convert our repo and tests to run using jest instead. Also update our package.json test command to use any new jest command. If you needed to change any commands, directory or file names, please leave a note about it here.
The text was updated successfully, but these errors were encountered: