-
Notifications
You must be signed in to change notification settings - Fork 98
Add option to filter out variables #290
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Add option to filter out variables #290
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.
Thanks @kentarolim10 the code looks great
Would you mind creating a unit test using jest and the testing-library for testing the component feature.
To setup jest test framework, try running
copier update .
and be sure to answeryes
to the question does this extension have tests. It should create the basic setup files. Let me know if you have trouble setting that.
I have created tests but I think I may of done it wrong. I tried to do |
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.
Thanks @kentarolim10
Description
Fixes #165
Edited to link the issue with the PR; see the documentation for more information