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

Merge facebook's master into local master #1

Merged
merged 27 commits into from
Dec 19, 2017
Merged

Conversation

nickpape
Copy link
Owner

Summary

Test plan

mjesun and others added 27 commits December 15, 2017 09:55
* Nice & fast fix

* Create a real global
We added this to Flow in v0.25 (about 2 years ago), but never actually
deprecated the legacy `declare var exports` syntax. Hoping to do that
soon, so clearing up uses that I can find.

Test Plan: flow
* add only-failures mode

Signed-off-by: Łukasz Sentkiewicz <sirmims@gmail.com>

lint fixes

Signed-off-by: Łukasz Sentkiewicz <sirmims@gmail.com>

fix tests

Signed-off-by: Łukasz Sentkiewicz <sirmims@gmail.com>

fix tests

Signed-off-by: Łukasz Sentkiewicz <sirmims@gmail.com>

* replace 'only-failures' message

Signed-off-by: Łukasz Sentkiewicz <sirmims@gmail.com>
This will fix the false warnings on using the Global Setup/Teardown
options
* chore: add support file

* chore(support.md): link to SO tag

* style(support.md): format with prettier
* fix(jest-message-util): handle expectation being in another file from the test

* fix(jest-message-util): exclude codeframes from node_modules

* style: flow fixes

* test: update snapshots

* fix(jest-message-util): don't try to read relative paths

* fix(jest-message-util): strip `next (native)` from stack

* fix(jest-message-util): don't try to read non-existent files

Also fix integration test which worked differently depending on if the
test had been run before or not

* fix(jest-message-util): make sure the frame chosen has a filename in it
* Use module.builtinModules when it exists

* Update CHANGELOG

* Add FlowFixMe for module.builtinModules
* chore: add Jest 22 blog post

* stye(docs): run prettier on md

* docs: fix header

* docs: add images

* docs(changelog): update for jest 22

* docs(blog): add fbID

* docs(blog): fix backticks in links

* docs(blog): repo -> org
)

* test(jest-message-util): add test for codeframe and snapshot test

* docs(blog): fix md syntax

* test: remove command dependenent part of the trace
Add section to the docs that showcases the various npm packages that jest publishes.
Add forceCoverageMatch config option to allow collecting coverage even
if the file is ignored. This way you can collect coverage from the
source files with tests or specific files you ignored manually.
…ue` (#5117)

* fix(jest-runtime): only write map files to disk when `mapCoverage: true`

* docs: update changelog and run prettier
* test: handle both `ms` and `s` in test timings

* test: add `$` to only match end of string
@nickpape nickpape merged commit 3db5514 into nickpape:master Dec 19, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.