Investigate if object rest works correctly in tests on master
See original GitHub issueI want to hold off releasing 0.7.0 until we figure out if this is an issue: https://github.com/facebookincubator/create-react-app/issues/892#issuecomment-253669786.
I would appreciate help trying to reproduce this in tests in master, and if it reproduces, a fix. I presume that the fix would include whitelisting destructuring
transform regardless of Node version.
Issue Analytics
- State:
- Created 7 years ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
Object rest spread not working correctly in ...
I had started working on something like this in transform-object-rest-spread , but I no longer have the code; forgot to backup the babel...
Read more >Best Practices for REST API Testing in 2023
In this guide, we share in-depth REST API testing best practices that will help you improve the security and stability of your web...
Read more >Test Your REST APIs Using Insomnia REST Client
You can take advantage of Insomnia to test HTTP-based RESTful APIs or even GraphQL APIs. This article talks about how you can fast-track...
Read more >Writing tests for RESTful APIs in Python using requests
One of the topics that was covered in this course is writing tests for RESTful APIs using the Python requests library and the...
Read more >doctest — Test interactive Python examples
The doctest module searches for pieces of text that look like interactive Python sessions, and then executes those sessions to verify that they...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Fixed in
babel-plugin-transform-object-rest-spread@6.19.0
@gaearon will work on fixing it in babel next https://github.com/babel/babel/pull/4755