haste-server/node_modules/mocha/editors/JavaScript mocha.tmbundle/Snippets/bdd - before each.tmSnippet

17 lines
426 B
Plaintext

<?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>beforeEach(function(){
$0
})</string>
<key>name</key>
<string>bdd - before each</string>
<key>tabTrigger</key>
<string>be</string>
<key>uuid</key>
<string>7AB064E3-EFBB-4FA7-98CA-9E87C10CC04E</string>
</dict>
</plist>