-
-
Notifications
You must be signed in to change notification settings - Fork 617
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
Update tests and makefile to use Jest's "test" method #315
Comments
If we're going to switch, it makes sense to switch everything - including the current test codebase, to Jest. I mean, if we're going to support Jest's |
@joelwallis I agree with you completely. If we make the change, we should change it everywhere. If no one has any objections, let's say: Success Criteria:
Any other @exercism/ecmascripts care to weigh in? |
If we switched to Jest, let's go Jest. Beside specs and |
Ah good point 😁 That change will need to be made here: https://github.com/exercism/ecmascript/edit/master/docs/EXERCISE_README_INSERT.md (I have updated the success criteria to include this change.) |
Good point @matthewmorgan 👍 All jest docs seem to be using Also jest seems to be moving away from jasmine in future versions (jestjs/jest#3668), although I don't think they will remove the |
Jest is capable of using Jasmine's
it
andxit
methods, but has its owntest
andxtest
. I opened this issue to see what @exercism/ecmascripts think about switching from the Jasmine style to the Jest style for this track. Should we bother, or leave things as they are?The text was updated successfully, but these errors were encountered: