-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
feat(testing): add --randomize flag for jest #17148
Merged
AgentEnder
merged 1 commit into
nrwl:master
from
barbados-clemens:fix/add-rand-jest-flag
May 25, 2023
Merged
feat(testing): add --randomize flag for jest #17148
AgentEnder
merged 1 commit into
nrwl:master
from
barbados-clemens:fix/add-rand-jest-flag
May 25, 2023
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
barbados-clemens
force-pushed
the
fix/add-rand-jest-flag
branch
from
May 22, 2023 15:42
ff17f74
to
e9daeb8
Compare
barbados-clemens
added
the
scope: testing tools
Issues related to Cypress / Jest / Playwright / Vitest support in Nx
label
May 22, 2023
barbados-clemens
requested review from
ndcunningham,
jaysoo and
xiongemi
as code owners
May 23, 2023 13:30
barbados-clemens
force-pushed
the
fix/add-rand-jest-flag
branch
from
May 23, 2023 14:24
2eb1e06
to
5943397
Compare
barbados-clemens
force-pushed
the
fix/add-rand-jest-flag
branch
from
May 23, 2023 14:51
5943397
to
aad1b31
Compare
barbados-clemens
force-pushed
the
fix/add-rand-jest-flag
branch
from
May 23, 2023 16:37
aad1b31
to
68f09b1
Compare
barbados-clemens
force-pushed
the
fix/add-rand-jest-flag
branch
from
May 23, 2023 18:07
68f09b1
to
867e96a
Compare
barbados-clemens
force-pushed
the
fix/add-rand-jest-flag
branch
from
May 23, 2023 18:53
867e96a
to
7f08f51
Compare
barbados-clemens
force-pushed
the
fix/add-rand-jest-flag
branch
from
May 23, 2023 19:48
7f08f51
to
426c679
Compare
barbados-clemens
force-pushed
the
fix/add-rand-jest-flag
branch
from
May 23, 2023 20:13
fd5c10d
to
c9f24ba
Compare
barbados-clemens
force-pushed
the
fix/add-rand-jest-flag
branch
from
May 23, 2023 20:30
c9f24ba
to
05f3820
Compare
barbados-clemens
force-pushed
the
fix/add-rand-jest-flag
branch
from
May 23, 2023 21:16
05f3820
to
1747d10
Compare
barbados-clemens
force-pushed
the
fix/add-rand-jest-flag
branch
from
May 23, 2023 21:26
1747d10
to
3c0a7da
Compare
barbados-clemens
force-pushed
the
fix/add-rand-jest-flag
branch
from
May 24, 2023 13:17
3c0a7da
to
eae4c11
Compare
barbados-clemens
force-pushed
the
fix/add-rand-jest-flag
branch
2 times, most recently
from
May 24, 2023 15:26
432a04b
to
e8013d2
Compare
xiongemi
approved these changes
May 24, 2023
barbados-clemens
force-pushed
the
fix/add-rand-jest-flag
branch
from
May 24, 2023 18:59
e8013d2
to
8aa6b40
Compare
AgentEnder
approved these changes
May 25, 2023
This pull request has already been merged/closed. If you experience issues related to these changes, please open a new issue referencing this pull request. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Debugging CI issue do not merge
Current Behavior
the new --randomize flag is not in the jest executor options
Expected Behavior
--randomize option is an executor option
Related Issue(s)
Fixes #17115
TODO: