ibm-js / ecma402

ECMA-402 JavaScript Internationalization API "shim"
Other
34 stars 21 forks source link

Update built-in tests for ECMAScript 2015 - 6th edition #80

Closed JCEmmons closed 8 years ago

JCEmmons commented 8 years ago

Specifically, our test suite tests that the length property of built in functions be not configurable. The latest ECMAScript changed this so that it is configurable by default, so we need to update the test accordingly.