1
0
Fork 0
mirror of https://github.com/seejohnrun/haste-server.git synced 2024-11-01 11:31:22 +00:00
haste-server/node_modules/mocha/editors/JavaScript mocha.tmbundle/Snippets/bdd - after each.tmSnippet
2012-02-06 14:09:01 -05:00

16 lines
424 B
Text

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>content</key>
<string>afterEach(function(){
$0
})</string>
<key>name</key>
<string>bdd - after each</string>
<key>tabTrigger</key>
<string>ae</string>
<key>uuid</key>
<string>7B4DA8F4-2064-468B-B252-054148419B4B</string>
</dict>
</plist>