Unit Tests for every ES6 feature (Work In Progress)
##Testing
npm test
##FAQ
Why are some tests skipped?
I'm testing my tests using the wonderful babel transpiler. Their ES6 coverage is excellent but not yet 100%. I'm skipping the tests that aren't yet covered so that Travis stays green.
There's already an excellent ES test suite Why bother writing another?
I'm certainly not trying to compete with the great work of test262. This is purely to improve my own understanding of the ES6 spec – and I figure writing tests from scratch (with no cribbing) is the best way to achieve that.
Can I contribute?
I welcome issue reports (I'm sure there are plenty of errors, as I don't have time to be particularly thorough) and please let me know if I've missed any aspects of a new feature. However I'm not accepting Pull Requests for entire features, since I'm doing this for my own education (see above).
