Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't transpile async/await in tests
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.
- Loading branch information