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

Docs should reflect default value of autoExecute and autoParse #464

Open
shellscape opened this issue Feb 23, 2023 · 0 comments
Open

Docs should reflect default value of autoExecute and autoParse #464

shellscape opened this issue Feb 23, 2023 · 0 comments
Labels
documentation Improvements or additions to documentation good first issue Good for newcomers

Comments

@shellscape
Copy link
Collaborator

Citing this test

expect(TestTable.autoExecute).toBe(true)
expect(TestTable.autoParse).toBe(true)
the autoExecute and autoParse options need to be annotated as to their default values. (I went looking for this tonight and had to sourcedive to find the defaults without running code)

We may want to consider making sure any other default value tested in that test also has the documentation annotated.

@shellscape shellscape added the documentation Improvements or additions to documentation label Feb 23, 2023
@naorpeled naorpeled added the good first issue Good for newcomers label Apr 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants