mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
47385f8fa4
Modern runtimes support native async/await, as does the version of Node we use for our tests. To match how most of our users run React, this disables the transpilation of async/await in our test suite.