-
-
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
single jest run for all packages #1361
Conversation
aaronabramov
commented
Aug 3, 2016
516b18b
to
56b57ad
Compare
Seems like this is currently failing for awkward reasons. |
@@ -1,25 +1,25 @@ | |||
exports[`transform transforms a file properly 1`] = ` | |||
"({\"Object.<anonymous>\":function(module,exports,require,__dirname,__filename,global,jest){module.exports = \"banana\"; | |||
"({"Object.<anonymous>":function(module,exports,require,__dirname,__filename,global,jest){module.exports = "banana"; |
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.
I'm fairly convinced that this shouldn't be happening. Do you have an older version of pretty-format locally? Can you do npm run clean
and npm install
? The quotes should definitely be escaped.
Ok yeah, this does make a ton of sense. I love how you both created and fixed this mess :) Let's polish it up and make sure the snapshot tests do what we expect them to do. |
"jest": { | ||
"rootDir": "./", | ||
"scriptPreprocessor": "<rootDir>/packages/babel-jest", | ||
"automock": false, |
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.
this was on my todo list. NICEEE
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.
also please alphabetize the items in this config.
56b57ad
to
bb668e2
Compare
bb668e2
to
b5d86c2
Compare
b5d86c2
to
ae73f54
Compare
ae73f54
to
f2022ab
Compare
|
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. |