rogeliog / jest-runner-mocha

A Mocha runner for Jest
70 stars 12 forks source link

Avoid using babel-polyfill? #4

Closed ljharb closed 6 years ago

ljharb commented 6 years ago

babel-polyfill (and thus babel-runtime and core-js) are deps that Airbnb doesn't want anywhere in its graph; is there any way that runtime dep could be avoided?

ljharb commented 6 years ago

Whoops, this is the wrong repo - I think jest-runner-eslint points here :-)