Skip to content

Conversation

scalvert
Copy link
Owner

In some cases, we need to be able to supply the binPath dynamically, such as if the bin is part of a dependency within the Project itself. This is only possible dynamically, since the project is dynamically created and destroyed.

This change widens the type of binPath:

binPath: string | (<TProject extends BinTesterProject>(project: TProject) => string);

@scalvert scalvert requested a review from rwjblue April 19, 2022 21:04
@scalvert scalvert added the enhancement New feature or request label Apr 19, 2022
@scalvert scalvert merged commit 783c556 into main Apr 19, 2022
@scalvert scalvert deleted the dynamic-bin-path branch April 19, 2022 21:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant