8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
smart-props are currently hard-coded here: https://github.com/google/intermock/blob/master/src/lib/smart-props.ts#L16
It would be useful to be able to extend the Options API with smart-props support like so (possibly in a config file when used from CLI):
mock({ smartProps: { // can be a value propA: 'some text value', // can be a function propB() { return Math.random() } } })
The text was updated successfully, but these errors were encountered:
No branches or pull requests
smart-props are currently hard-coded here:
https://github.com/google/intermock/blob/master/src/lib/smart-props.ts#L16
It would be useful to be able to extend the Options API with smart-props support like so (possibly in a config file when used from CLI):
The text was updated successfully, but these errors were encountered: