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 to Jest 24 #38

Closed
3 tasks done
iamturns opened this issue Jan 29, 2019 · 2 comments
Closed
3 tasks done

Upgrade to Jest 24 #38

iamturns opened this issue Jan 29, 2019 · 2 comments
Assignees
Labels
enhancement New feature or request released

Comments

@iamturns
Copy link
Owner

Enhancement

Upgrade to Jest 24.

It includes built-in TypeScript support.

Hopefully can simplify the configuration, and possibly remove babel-jest dependency

@iamturns iamturns added the enhancement New feature or request label Jan 29, 2019
@iamturns iamturns self-assigned this Jan 29, 2019
@iamturns
Copy link
Owner Author

The only TS related config that remains after upgraded:

module.exports = {
  collectCoverageFrom: ["src/**/*.{js,jsx,ts,tsx}", "!src/**/*.d.ts"],
  transform: {
    "^.+\\.(js|jsx|ts|tsx)$": "<rootDir>/node_modules/babel-jest",
  },
}

And possibly babel-jest can be removed, too!

@iamturns iamturns mentioned this issue Jan 30, 2019
7 tasks
@iamturns
Copy link
Owner Author

iamturns commented Feb 5, 2019

🎉 This issue has been resolved in version 2.2.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request released
Projects
None yet
Development

No branches or pull requests

1 participant