ember-polyfills / ember-angle-bracket-invocation-polyfill

MIT License
76 stars 33 forks source link

Fix for max call stack size exceeded when runing many tests #55

Closed thousand closed 5 years ago

thousand commented 5 years ago

Prevents Environment.create from getting re-patched repeatedly, root cause of #53

rwjblue commented 5 years ago

Looks like a prettier issue:

/home/travis/build/rwjblue/ember-angle-bracket-invocation-polyfill/vendor/angle-bracket-invocation-polyfill/runtime-polyfill.js
  324:32  error  Delete `⏎··············`  prettier/prettier

I think yarn lint:js --fix should fix it...