Skip to content

Instantly share code, notes, and snippets.

@palmerj3
Created March 4, 2017 21:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save palmerj3/822ebd2f05052c657de673198386de0c to your computer and use it in GitHub Desktop.
Save palmerj3/822ebd2f05052c657de673198386de0c to your computer and use it in GitHub Desktop.
Enable async/await in Jest with custom transform. Create a setupFile with this.
require('babel-polyfill');
global.regeneratorRuntime = regeneratorRuntime;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment