tc39 / proposal-observable

Observables for ECMAScript
https://tc39.github.io/proposal-observable/
3.06k stars 90 forks source link

Fix Symbol.observable getter tests #167

Closed lrowe closed 7 years ago

lrowe commented 7 years ago

For "Symbol.observable method is accessed" it looks like 8cf45fa inadvertently switched a getter to a regular method.

For "Return value of Symbol.observable" it looks like the initially checked in test was not quite right.