-
Notifications
You must be signed in to change notification settings - Fork 209
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
HtmlType property in info.json files #634
HtmlType property in info.json files #634
Conversation
Signed-off-by: tech4GT <varun.gupta1798@gmail.com> dist update Revert "dist update" This reverts commit 9ee2a98.
@jywarren should I change the docs too? |
@jywarren I found something, |
The tests are failing. Please help me here! |
@jywarren please help me with the errors. |
The errors are weird. Seems like channel and blur modules are causing errors. |
Those modules are having default parameters but the expected does not. How does this link to my pr? |
@jywarren If I change the line
to options.channel = options.channel; then the tests pass for the |
Also the same for |
My mistake sorry! I looked into the source code. The inputs need to have the |
Tests are passing!! |
oh ok, great!
…On Thu, Jan 10, 2019 at 7:20 AM HarshKhandeparkar ***@***.***> wrote:
Tests are passing!!
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#634 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AABfJ9jJVZ6UbYxv1SKdM_o4FokSuzwpks5vBy_cgaJpZM4Z1pI5>
.
|
Fixes #570
Added separate property
htmlType
toinfo.json
files to make thetype
property more specific.Make sure these boxes are checked before your pull request (PR) is ready to be reviewed and merged. Thanks!
rake test
@publiclab/reviewers
for help, in a comment belowIf tests do fail, click on the red
X
to learn why by reading the logs.Please be sure you've reviewed our contribution guidelines at https://publiclab.org/contributing-to-public-lab-software
Thanks!