GraftJS / graft

full-stack javascript through microservices
http://graft.io
MIT License
227 stars 15 forks source link

we should standardise on tap for our tests #24

Open AdrianRossouw opened 9 years ago

AdrianRossouw commented 9 years ago

The TestAnything protocol is a stream oriented way to run and consume tests.

It's more in-line with our stated goals, and I feel it's probably technically superior to what we are using now. (not that i have any issues with mocha).

Porting the tests to tape or similar is probably a very good task for somebody who is trying to figure out how Graft works, so if that sounds like you, please do help =)

mcollina commented 9 years ago

:+1: