Polyconseil / systematic

An opinionated ES6 toolchain for the browser.
25 stars 3 forks source link

js.babel_jest_transformer: Allow usage of async generator function with jest #82

Closed rlecellier closed 5 years ago

rlecellier commented 5 years ago
These two transformers let us test with jest without getting  syntax errors on "for await (let i of myAsyncGenerator())"

====

Ce changement nous permet de passer lookcoco sous jest.