mirror of
https://github.com/correl/melpa.git
synced 2024-11-14 11:09:31 +00:00
519720d323
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/
4 lines
97 B
Text
4 lines
97 B
Text
(mocha-snippets
|
|
:repo "cowboyd/mocha-snippets.el"
|
|
:fetcher github
|
|
:files ("*.el" "snippets"))
|