Welcome to mirror list, hosted at ThFree Co, Russian Federation.

bdd - it.tmSnippet « Snippets « JavaScript mocha.tmbundle « editors « mocha-3.1.2 « lib « tests - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 72a3b0ee3acc84bd7b9ef6677fcff1e5e234f4c2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?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>it('should $1', function(){
  $0
})</string>
	<key>name</key>
	<string>bdd - it</string>
	<key>scope</key>
	<string>source.js</string>
	<key>tabTrigger</key>
	<string>it</string>
	<key>uuid</key>
	<string>591AE071-95E4-4E1E-B0F3-A7DAF41595EE</string>
</dict>
</plist>