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

tdd - assert_isFunction.tmSnippet « Snippets « JavaScript mocha.tmbundle « editors « mocha-3.1.0 « lib « tests - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 903d7f6fdf52578e6672267b70fb372aaf79e421 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?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>assert.isFunction($0);</string>
	<key>name</key>
	<string>tdd - assert.isFunction</string>
	<key>scope</key>
	<string>source.js</string>
	<key>tabTrigger</key>
	<string>isf</string>
	<key>uuid</key>
	<string>83DFFD36-2C46-4C92-8950-64665D32DC8E</string>
</dict>
</plist>