-
Notifications
You must be signed in to change notification settings - Fork 0
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
[VEL-2319] Convert to pnpm #12
Conversation
run(() => { | ||
assert( | ||
'[helper][log-activity] An action is required for this helper to work properly.', | ||
typeof action === 'function' | ||
); | ||
assert( | ||
'[helper][log-activity] An actionDescription needs to be passed for the activity-log to make sense.', | ||
typeof actionDescription === 'string' | ||
); | ||
}); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixes flacky tests
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LIAR ! π
I don't believe in any fix for the param assertions ^^
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Otherwise LGTM
run(() => { | ||
assert( | ||
'[helper][log-activity] An action is required for this helper to work properly.', | ||
typeof action === 'function' | ||
); | ||
assert( | ||
'[helper][log-activity] An actionDescription needs to be passed for the activity-log to make sense.', | ||
typeof actionDescription === 'string' | ||
); | ||
}); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LIAR ! π
I don't believe in any fix for the param assertions ^^
What does this PR do?
Migrate package manager from yarn to pnpm.
What are the observable changes?
π§βπ» Developer Heads Up
β‘ Since we are using Ember Octane now:
Useful Resource : Ember Octane vs Classic Cheat Sheet
Good PR checklist