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

Add the previewFeatures configuration option #112

Open
mrazauskas opened this issue Jan 31, 2024 · 0 comments · May be fixed by #128
Open

Add the previewFeatures configuration option #112

mrazauskas opened this issue Jan 31, 2024 · 0 comments · May be fixed by #128
Labels
enhancement New feature or request

Comments

@mrazauskas
Copy link
Member

mrazauskas commented Jan 31, 2024

The previewFeatures configuration option could enable work-in-progress features like .toBeCallable() or .toBeConstructabe() matchers. This way the matchers (and other features) could be published with partial implementation for wider testing / feedback and implemented gradually.

Usage:

{
  "previewFeatures": ["toBeCallable", "toBeConstructabe"]
}
@mrazauskas mrazauskas added the enhancement New feature or request label Jan 31, 2024
@mrazauskas mrazauskas added this to the TSTyche 2.0 milestone Jan 31, 2024
@mrazauskas mrazauskas modified the milestones: TSTyche 2.0, TSTyche 1.1 Feb 17, 2024
@mrazauskas mrazauskas linked a pull request Feb 17, 2024 that will close this issue
@mrazauskas mrazauskas removed this from the TSTyche 1.1 milestone Feb 17, 2024
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 a pull request may close this issue.

1 participant