The Wayback Machine - https://web.archive.org/web/20210806222008/https://github.com/facebook/jest/pull/10919
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

fix: vendor node crawler from sane #10919

Merged
merged 1 commit into from Dec 5, 2020
Merged

fix: vendor node crawler from sane #10919

merged 1 commit into from Dec 5, 2020

Conversation

@SimenB
Copy link
Collaborator

@SimenB SimenB commented Dec 5, 2020

Summary

See #10048 for motivation - tl;dr sane is unmaintained, so we should migrate away from it.

Test plan

The watcher seems to work fine locally (macOS). Should be tested more extensively, tho. Advantage here over #10048 is that it's only the node watcher that changes. Disadvantage is that we vendor all the parts of sane we use...

@@ -23,6 +23,7 @@ module.exports = {
modulePathIgnorePatterns: [
'examples/.*',
'packages/.*/build',
'packages/.*/tsconfig.*',

This comment has been minimized.

@SimenB

SimenB Dec 5, 2020
Author Collaborator

noticed while debugging watch events

@SimenB SimenB force-pushed the SimenB:remove-sane branch 3 times, most recently from 76faf90 to d4f488c Dec 5, 2020
@SimenB SimenB force-pushed the SimenB:remove-sane branch from d4f488c to 8d87d65 Dec 5, 2020
@SimenB SimenB merged commit 2b30d8b into facebook:master Dec 5, 2020
23 of 25 checks passed
23 of 25 checks passed
@github-actions
cleanup-runs
Details
@github-actions
Running TypeScript compiler & ESLint Running TypeScript compiler & ESLint
Details
@github-actions
Node v10.x on ubuntu-latest
Details
@github-actions
Node v10.x on macOS-latest Node v10.x on macOS-latest
Details
@github-actions
Node v10.x on windows-latest
Details
@github-actions
Node v12.x on ubuntu-latest
Details
@github-actions
Node v12.x on macOS-latest
Details
@github-actions
Node v12.x on windows-latest
Details
@github-actions
Node v14.x on ubuntu-latest
Details
@github-actions
Node v14.x on macOS-latest
Details
@github-actions
Node v14.x on windows-latest
Details
@github-actions
Node v15.x on ubuntu-latest
Details
@github-actions
Node v15.x on macOS-latest
Details
@github-actions
Node v15.x on windows-latest
Details
@github-actions
Node LTS on ubuntu-latest using jest-jasmine2
Details
@github-actions
Node LTS on macOS-latest using jest-jasmine2 Node LTS on macOS-latest using jest-jasmine2
Details
@github-actions
Node LTS on windows-latest using jest-jasmine2
Details
@facebook-github-tools
Facebook CLA Check Contributor License Agreement is valid!
Details
ci/circleci: test-jest-jasmine Your tests passed on CircleCI!
Details
ci/circleci: test-node-10 Your tests passed on CircleCI!
Details
ci/circleci: test-node-12 Your tests passed on CircleCI!
Details
ci/circleci: test-node-14 Your tests passed on CircleCI!
Details
ci/circleci: test-node-15 Your tests passed on CircleCI!
Details
ci/circleci: test-or-deploy-website Your tests passed on CircleCI!
Details
facebook.jest #20201205.24 succeeded
Details
@SimenB SimenB deleted the SimenB:remove-sane branch Dec 5, 2020
@github-actions
Copy link

@github-actions github-actions bot commented May 10, 2021

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 10, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
2 participants