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

test(builtin): add test for issue 1813 #1814

Merged
merged 1 commit into from
Apr 9, 2020

Conversation

gregmagolan
Copy link
Collaborator

@gregmagolan gregmagolan commented Apr 9, 2020

Issue #1813 was fixed by #1800 which is already landed. #1805 also fixes via a different mechanism and will also land soon.

Issue bazel-contrib#1813 was fixed by bazel-contrib#1800 which is already landed. bazel-contrib#1805 also fixes via a different mechanism and will also land soon.
Copy link
Collaborator

@alexeagle alexeagle left a comment

Choose a reason for hiding this comment

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

sweet

how did we not have patch-package in the postinstall? more patching FTW!

"--no-cache",
"--no-watchman",
"--ci",
# On Windows, spawing workers is broken
Copy link
Collaborator

Choose a reason for hiding this comment

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

oh! I wish I could use this to land the always-link-bins PR too

# On Windows, spawing workers is broken
"--runInBand",
"--config",
"$$(rlocation $(rootpath jest.config.js))",
Copy link
Collaborator

Choose a reason for hiding this comment

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

random note: any time we write this under the /examples directory we should comment about it

Copy link
Collaborator

Choose a reason for hiding this comment

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

It would be rad if this were args=[".dist/bin/jest.config.js"]) and we fixed it up later in the toolchain

@gregmagolan gregmagolan merged commit 2822a8c into bazel-contrib:master Apr 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants