Created
November 2, 2015 23:47
-
-
Save radelmann/1cda23dd8ebc81e36955 to your computer and use it in GitHub Desktop.
Revisions
-
radelmann created this gist
Nov 2, 2015 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,11 @@ <snippet> <content><![CDATA[ it("${1:expects}", function() { expect(${2:test}).to.equal(${3:result}); }); ]]></content> <description>tdd</description> <tabTrigger>expect</tabTrigger> <scope>source.js</scope> </snippet>