Skip to content
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

Fix js mapping error regression #59

Merged
merged 2 commits into from
May 13, 2020
Merged

Fix js mapping error regression #59

merged 2 commits into from
May 13, 2020

Conversation

rsora
Copy link
Contributor

@rsora rsora commented May 13, 2020

This PR solves OpenAPI rgeneration regression for JS client (see here)

$npm run test                                                                                                                                                                                                   
                                                                                                                                                                                                                   
> @arduino/[email protected] test /home/rsora/code/projects/arduino/iot-client-js                                                                                                                           
> mocha --require @babel/register --recursive                                                                                                                                                                      
                                                                                                                                                                                                                   
internal/modules/cjs/loader.js:1017                                                                                                                                                                                
  throw err;                                                                                                                                                                                                       
  ^                                                                                                                                                                                                                
                                                                                                                                                                                                                   
Error: Cannot find module './AnyType'                                                                                                                                                                              
Require stack:  

In addition, generated tests are removed for py and js client as they are pretty useless, a PR will be opened in related client repos to implement simple integ tests

@rsora rsora merged commit 5d032ae into master May 13, 2020
@rsora rsora deleted the fix-js-regression branch May 13, 2020 14:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants