Does Ember CLI HTTP Mock tests supports ECMA6?

Hello there,

I was trying to use some functions and syntax from ES2015. But, I got many erros during ember server startup. It looks like it does not support ES2015 syntax.

Do you know if I could enable it?

Thanks in advance,

Marcelo

I believe it will only work for HTTP Mock tests if you are using a version of Node that supports ES2015. Babel doesn’t work here because mocks aren’t for the browser.