add the mocha-snippets recipe.

This provides very common snippets when writing testcases in JavaScript
using [mocha][1]

Here is the package repository of which I am the maintainer:

https://github.com/cowboyd/mocha-snippets.el

I've been using these snippets for over a year, and decided to extract a
subset of them so that I could share with my co-workers and the world.

1: http://visionmedia.github.io/mocha/
This commit is contained in:
Charles Lowell 2014-10-08 21:50:46 -05:00
parent e30e053eab
commit 519720d323

4
recipes/mocha-snippets Normal file
View file

@ -0,0 +1,4 @@
(mocha-snippets
:repo "cowboyd/mocha-snippets.el"
:fetcher github
:files ("*.el" "snippets"))