tc39 / proposal-bind-operator

This-Binding Syntax for ECMAScript
1.75k stars 30 forks source link

Add test suite #7

Closed UltCombo closed 8 years ago

UltCombo commented 9 years ago

It would be nice to have a conformance test suite for implementators to test their implementations. Something simple like Mocha tests (or even just assertions through Node's built-in assert module) would do.

zenparsing commented 9 years ago

Agreed.

zenparsing commented 8 years ago

The babel tests are sufficient for now.

https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-function-bind

When this moves forward, we can create a new issue for creating the spec tests.