WICG / observable

Observable API proposal
https://wicg.github.io/observable/
Other
575 stars 14 forks source link

Test suite #79

Closed zloirock closed 11 months ago

zloirock commented 11 months ago

WPT tests is a great project, however, for a such concept as Observable it could be good to add a separate test suite for ensure compatibility user-land implementations with the standard.

For example, promises had Promises/A+ and ES Promises test suites.

The old TC39 Observable proposal also had a test suite.

domfarolino commented 11 months ago

This could be interesting, but I don't think it is something for the standards community to maintain, probably. Separately, both of those repositories haven't been touched in 6-9 years respectively, which I imagine is by design, since those tests necessarily moved to the web platform level. Given that, if someone wants to start something up I wouldn't be opposed, but it feels like this venue is not the best place to discuss it.