-
Notifications
You must be signed in to change notification settings - Fork 129
Added Unit testing for all vue-vocabulary package #978
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a couple of minor lint issues.
Overall, the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's move the project tests into a /tests/
directory in the project root, rather than in packages/<package-name>/
Co-authored-by: Brylie Christopher Oxley <[email protected]>
Co-authored-by: Brylie Christopher Oxley <[email protected]>
Co-authored-by: Brylie Christopher Oxley <[email protected]>
Co-authored-by: Brylie Christopher Oxley <[email protected]>
to clarify, moving project tests into a |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hello @brylie |
also, you had recommended yesterday that since we have just a test for https://github.com/creativecommons/vocabulary/pull/978#issuecomment-942527511 |
@MuluhGodson, good points. The project structure has changed since the checklist was complete. I'm mainly concerned about deleting unused code and files. Are there any unused scripts or code remaining in the project related to this pull request? |
|
I just browsed the code on your branch and it seems fairly clean. So, I acknowledge that I was mistaken with the comment above. Thanks also for revising the checklist 😄 I did notice there are two |
In any case, I've approved this pull request. I'll just wait for your response about the double Jest configs. |
It's going to be great to have our CI scripts up and running again 😃 Thank you for your excellent work in this regard! |
@brylie oh yes, removing the |
@brylie sorry I erroneously closed this with a comment. it's reopened now. |
OK, I noticed you deleted the |
If not, I'll go ahead and merge this PR. |
No. i think the configs that were in the deleted |
Fixes
Closes #965 by @brylie
Closes #962 by @brylie
Description
Reinstated test for @vue-vocabulary package.
So, for contributing, each time a new core module is added, or an existing module is refactored, a test should be written for that module in the package and run using the unit's test.
To summarize, task completed include:
Technical details
Packages installed include:
Tests
Run the following commands to test each package individually
To run a general test, run this command
Screenshots
Checklist
Update index.md
).main
ormaster
).visible errors.
Developer Certificate of Origin
Developer Certificate of Origin