-
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
chore(repo): replace references to @nrwl in e2e tests #16441
Merged
Merged
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
FrozenPandaz
requested review from
meeroslav,
barbados-clemens,
vsavkin,
mandarini,
JamesHenry,
AgentEnder,
Coly010,
jaysoo,
ndcunningham,
nartc,
xiongemi,
leosvelperez,
bcabanes,
isaacplmann and
juristr
as code owners
April 20, 2023 18:02
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
isaacplmann
approved these changes
Apr 20, 2023
Coly010
approved these changes
Apr 20, 2023
barbados-clemens
approved these changes
Apr 20, 2023
FrozenPandaz
force-pushed
the
rescope-e2e
branch
from
April 20, 2023 21:44
df15298
to
1e42ae6
Compare
FrozenPandaz
force-pushed
the
rescope-e2e
branch
from
April 20, 2023 22:00
1e42ae6
to
6ff1df0
Compare
mandarini
approved these changes
Apr 21, 2023
FrozenPandaz
force-pushed
the
rescope-e2e
branch
from
April 21, 2023 20:13
6ff1df0
to
f3a51ad
Compare
FrozenPandaz
force-pushed
the
rescope-e2e
branch
from
April 21, 2023 21:07
f3a51ad
to
384c0e3
Compare
FrozenPandaz
force-pushed
the
rescope-e2e
branch
from
April 21, 2023 21:53
384c0e3
to
ef2852a
Compare
FrozenPandaz
force-pushed
the
rescope-e2e
branch
2 times, most recently
from
April 24, 2023 16:47
d5c4c1e
to
7aef586
Compare
jaysoo
approved these changes
Apr 24, 2023
FrozenPandaz
force-pushed
the
rescope-e2e
branch
from
April 24, 2023 18:55
7aef586
to
89863c7
Compare
AgentEnder
approved these changes
Apr 24, 2023
FrozenPandaz
force-pushed
the
rescope-e2e
branch
from
April 24, 2023 20:53
89863c7
to
7e31df5
Compare
The test failures are unrelated. |
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.
Current Behavior
In our e2e tests, we reference @nrwl packages.
Also, our e2e utils are imported from
@nrwl/e2e/utils
Expected Behavior
In our e2e tests, we reference @nx packages.
Also, our e2e utils are now imported from @nx/e2e/utils
Related Issue(s)
Fixes #