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

generateData unit test #10

Open
CraigMcAulay1101 opened this issue Oct 5, 2019 · 0 comments
Open

generateData unit test #10

CraigMcAulay1101 opened this issue Oct 5, 2019 · 0 comments
Labels
good first issue Good for newcomers Hacktoberfest For Hacktoberfest 2019

Comments

@CraigMcAulay1101
Copy link
Owner

Looking for someone to create a unit test for the generateData function.

The function is called in construct.js, which takes the schema and generates random data based on the typing defined in the schema

let placedata = generateData(template);

The unit test should validate the object returned, making sure that the values of each property matches the respective definition in the schema

Thanks, and good luck!

@CraigMcAulay1101 CraigMcAulay1101 added good first issue Good for newcomers Hacktoberfest For Hacktoberfest 2019 labels Oct 5, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers Hacktoberfest For Hacktoberfest 2019
Projects
None yet
Development

No branches or pull requests

1 participant