AmpersandJS / ampersand-subcollection

Filterable, sortable, proxy of a collection that behaves like a collection.
MIT License
21 stars 8 forks source link

Tests can't be run through tape-run with phantomjs #17

Closed lukekarrys closed 9 years ago

lukekarrys commented 10 years ago

It'd be nice if tests could be run like this: browserify test/* | tape-run | tap-spec, but they fail because Object.defineProperty doesnt work well in phantomjs: ariya/phantomjs#11856

Similar to https://github.com/AmpersandJS/ampersand-collection/issues/23

wraithgar commented 9 years ago

@lukekarrys it's been awhile since we talked about this issue is there any update?

lukekarrys commented 9 years ago

I'll take a look, might be worth seeing if phantom v2 works with this.

wraithgar commented 9 years ago

THis module's deprecated now, let's focus on other things ;)