Skip to content
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

Upgrade Jest #460

Closed
tejasbubane opened this issue Aug 24, 2018 · 1 comment
Closed

Upgrade Jest #460

tejasbubane opened this issue Aug 24, 2018 · 1 comment
Labels
first-timers only 👶 This issue is specifically for those who are new contributors. good first issue

Comments

@tejasbubane
Copy link
Member

Upgrade Jest to latest version: https://www.npmjs.com/package/jest

Steps:

  1. Change the package.json in root of this project.
  2. Run npm install so that it updates package-lock.json.
  3. Now each exercise has package.json, but you don't need to update all of them manually! Run make test to copy updated package.json from root to all exercise directories exercises/<name>/package.json and run the tests.
  4. Commit the changes and submit a PR 🎉
@tejasbubane tejasbubane added first-timers only 👶 This issue is specifically for those who are new contributors. good first issue labels Aug 24, 2018
@iagocavalcante
Copy link
Contributor

I'll send the PR.

iagocavalcante pushed a commit to iagocavalcante/javascript that referenced this issue Oct 2, 2018
matthewmorgan pushed a commit that referenced this issue Oct 6, 2018
* #460 Update jest version

* Update in package-lock
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
first-timers only 👶 This issue is specifically for those who are new contributors. good first issue
Projects
None yet
Development

No branches or pull requests

3 participants