-
-
Notifications
You must be signed in to change notification settings - Fork 6.5k
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
--showConfig support jest20 and jest21 #4575
Conversation
@@ -1,8 +1,9 @@ | |||
/** | |||
* Copyright (c) 2014-present, Facebook, Inc. All rights reserved. | |||
* | |||
* This source code is licensed under the MIT license found in the | |||
* LICENSE file in the root directory of this source tree. | |||
* This source code is licensed under the BSD-style license found in the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you please bring back the old license header? Thanks.
Please make the tests pass and revert the license header. Thanks! |
Codecov Report
@@ Coverage Diff @@
## master #4575 +/- ##
==========================================
+ Coverage 55.61% 55.62% +<.01%
==========================================
Files 186 186
Lines 6354 6355 +1
Branches 3 3
==========================================
+ Hits 3534 3535 +1
Misses 2819 2819
Partials 1 1
Continue to review full report at Codecov.
|
<3 |
* --showConfig to show all project configs jestjs#4078 * return configs * new method getConfigs * new method getConfigs * call completed * eslint * support jest 20 * lint * version * getConfig for jest21 * lint * fix jest20 bug * fix bug * lint * add type ConfigRepresentations * remove ConfigRepresentations * update
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. |
make getConfig would be compatible with jest 20.x.x