mirror of
https://github.com/correl/melpa.git
synced 2024-11-14 11:09:31 +00:00
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:
parent
e30e053eab
commit
519720d323
1 changed files with 4 additions and 0 deletions
4
recipes/mocha-snippets
Normal file
4
recipes/mocha-snippets
Normal file
|
@ -0,0 +1,4 @@
|
|||
(mocha-snippets
|
||||
:repo "cowboyd/mocha-snippets.el"
|
||||
:fetcher github
|
||||
:files ("*.el" "snippets"))
|
Loading…
Reference in a new issue