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

Allow passing undefined options to move() #948

Closed
wants to merge 5 commits into from

Conversation

Nokel81
Copy link

@Nokel81 Nokel81 commented Mar 16, 2022

fixes #947

I thought about adding a test but then couldn't find any tests of a similar nature within the repo so I didn't. I can if it is thought to be useful.

lib/move/move.js Outdated Show resolved Hide resolved
lib/move/move.js Outdated Show resolved Hide resolved
RyanZim and others added 2 commits March 16, 2022 16:10
Signed-off-by: Sebastian Malton <sebastian@malton.name>
@Nokel81 Nokel81 requested a review from RyanZim March 17, 2022 13:27
@Nokel81
Copy link
Author

Nokel81 commented Mar 17, 2022

I have fixed the implementation to work with the existing tests and decided to add a unit test to cover this use case as well.

Signed-off-by: Sebastian Malton <sebastian@malton.name>
@RyanZim
Copy link
Collaborator

RyanZim commented Mar 21, 2022

Tests are failing; haven't looked into it in detail.

Signed-off-by: Sebastian Malton <sebastian@malton.name>
RyanZim added a commit that referenced this pull request Apr 9, 2022
@RyanZim
Copy link
Collaborator

RyanZim commented Apr 9, 2022

Created #955; which doesn't have the extra parameter validation, and has simpler tests.

@RyanZim RyanZim closed this in #955 Apr 16, 2022
RyanZim added a commit that referenced this pull request Apr 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow passing undefined options to move()
2 participants