Extend Jest Tests #63
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
testing
Related to automated testing
Summary
With the merge of #49 which closed #48, we now have some test coverage. Bu there is only a little test coverage at the moment. Over time we'll work toward more.
This issue is for generally reminding of the need to include more tests. Additional sub-issues and related issues will be added for specific requests. If you'd like to add tests generically, you may want to look at the functions in
src/sf_calls.js
andsrc/preferences.js
that do not callback to the main window directly (the project already includes rewire to make it easy to access non-exported features of the modules).There are also no tests currently covering the render JS files, which are fairly extensive as well.
Specific Testing Issues
buildSchema()
insrc/sf_calls.js
to cover more details and field examples. #67buildFields()
insrc/sf_calls.js
to allow simple review of more examples. #68preferences.js
to cover basic module structure. #69apps/render.js
to cover helper functions. #70The text was updated successfully, but these errors were encountered: