monounity / karma-typescript

Simplifying running unit tests with coverage for Typescript projects.
313 stars 109 forks source link

Use ecmaVersion for acornOptions in docs #538

Open 9inpachi opened 2 years ago

9inpachi commented 2 years ago

Hi,

I was trying to follow the docs to set the acorn options but it seems the acorn options interface has been updated, ecmaScript is now ecmaVersion. See https://github.com/acornjs/acorn/tree/master/acorn#interface.

9inpachi commented 1 year ago

@erikbarke Could you please take a look if you get the time? It's a very simple change.