-
Notifications
You must be signed in to change notification settings - Fork 4
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
Coersion tests #4
Conversation
The dict test is failing because the nested objects are coming back as type "object". This did seem to resolve the problem when using within a Sketch plugin setting document settings. |
I don't see how, the function is not recursive |
package.json
Outdated
@@ -1,6 +1,6 @@ | |||
{ | |||
"name": "@skpm/util", | |||
"version": "0.1.18", | |||
"version": "0.1.19", |
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.
you don't need to bump it, I already published it and updated Sketch to pull it 👍
Added some tests for the toJSObject function