From 519720d323152d6a067d1ab0d24956bd18d07a63 Mon Sep 17 00:00:00 2001 From: Charles Lowell Date: Wed, 8 Oct 2014 21:50:46 -0500 Subject: [PATCH] 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/ --- recipes/mocha-snippets | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 recipes/mocha-snippets diff --git a/recipes/mocha-snippets b/recipes/mocha-snippets new file mode 100644 index 00000000..9fbc38fb --- /dev/null +++ b/recipes/mocha-snippets @@ -0,0 +1,4 @@ +(mocha-snippets + :repo "cowboyd/mocha-snippets.el" + :fetcher github + :files ("*.el" "snippets"))