-
-
Notifications
You must be signed in to change notification settings - Fork 929
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 faker.helpers.objectEntry #1764
Comments
Team Decision We want this. |
Hey , I would i like to work on this . Is this issue still open . If Yes , can you assign it to me ? Thanks |
hey , I see no documents are there for setting up the enviropnment . Can you please share any document or steps to set up environment ? Thanks |
You need Git, an IDE such as VS Code, Node and pnpm. |
@ST-DDT , I got that. I'm trying to build the project by following the steps in CONTRIBUTION.md . (pnpm install , and pnpm run build) . But itss not helping . Project doesn't start or run . Please guide me on this. |
Please paste the full output of what you see when you type pnpm install and pnpm run build. |
|
Nothing is supposed to run as this is a library. You just have to add the method implementation and tests for this feature. |
It seems to be working fine. You would then need to make changes to the code for example to add the new objectEntry method When you have finished run |
Okay guys. |
I have created a PR for this issue #2123 |
So we could use ObjectKeys to get a random key and then get the values for it.
Or alternatively we introduce
objectEntry
that returns[key, value]
directly.What do you think?
Originally posted by @ST-DDT in #1761 (comment)
The text was updated successfully, but these errors were encountered: