jayphelps / core-decorators

Library of stage-0 JavaScript decorators (aka ES2016/ES7 decorators but not accurate) inspired by languages that come with built-ins like @​override, @​deprecate, @​autobind, @​mixin and more. Popular with React/Angular, but is framework agnostic.
MIT License
4.52k stars 263 forks source link

Why does test/unit/extendDescriptor.js not have .spec in its name? #132

Closed BurtHarris closed 7 years ago

BurtHarris commented 7 years ago

It seems to be the only file without a .spec in this directory.

Is the exception from the naming convention supposed to indicate something?

jayphelps commented 7 years ago

Looks like a mistake, which may or may not be actually causing it to be excluded from testing.

BurtHarris commented 7 years ago

The reason I'm asking is if I include it, there was a failure. Just wanted to check with you before I debug it.

BurtHarris commented 7 years ago

Reopened as reminder to change and debug this.