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

new module defaults #1668

Merged
merged 1 commit into from
Sep 14, 2016
Merged

new module defaults #1668

merged 1 commit into from
Sep 14, 2016

Conversation

aaronabramov
Copy link
Contributor

No description provided.

@codecov-io
Copy link

codecov-io commented Sep 10, 2016

Current coverage is 89.93% (diff: 100%)

Merging #1668 into master will not change coverage

@@             master      #1668   diff @@
==========================================
  Files            31         31          
  Lines          1143       1143          
  Methods           0          0          
  Messages          0          0          
  Branches          0          0          
==========================================
  Hits           1028       1028          
  Misses          115        115          
  Partials          0          0          

Powered by Codecov. Last update b3ca4eb...941671b

@cpojer
Copy link
Member

cpojer commented Sep 10, 2016

TypeScript currently requires a custom preprocessor and we don't have an official one and there are issues with source map support. I'm worried people might have js build files and ts source files and that with this change both of them will be picked up. I'm not sure how much of a concern that is, just worried it might mess things up. What do you think?

@aaronabramov
Copy link
Contributor Author

removed typescript

@ghost ghost added the CLA Signed ✔️ label Sep 14, 2016
@@ -33,7 +33,7 @@ module.exports = ({
},
mocksPattern: '__mocks__',
moduleDirectories: ['node_modules'],
moduleFileExtensions: ['js', 'json', 'node'],
moduleFileExtensions: ['js', 'json', 'node', 'jsx'],
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can you sort these alphabetically?

@ghost ghost added the CLA Signed ✔️ label Sep 14, 2016
@cpojer cpojer merged commit 2699ed5 into jestjs:master Sep 14, 2016
@cpojer
Copy link
Member

cpojer commented Sep 14, 2016

even better defaults!

@aaronabramov aaronabramov deleted the module-defaults branch June 8, 2017 18:01
tushardhole pushed a commit to tushardhole/jest that referenced this pull request Aug 21, 2017
@github-actions
Copy link

This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Please note this issue tracker is not a help forum. We recommend using StackOverflow or our discord channel for questions.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 13, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants