This package provides yas snippets for mocha testing in the both
js-mode, coffee-mode as well as their descendants.

SNIPPETS

desc -> describe block
bef -> beforeEach block
before -> before block
aft -> afterEach block
after -> after block
it -> it block

For both setup and teardown, the short forms `bef' and `aft' have
been given to `beforeEach' and `afterEach' respectively, since
those are more commonly used (and if they aren't, then perhaps they
shoud be)