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

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthieu Aubry <mattab@users.noreply.github.com>2016-10-06 05:21:44 +0300
committerGitHub <noreply@github.com>2016-10-06 05:21:44 +0300
commite59e8c57d613ee8a42951b6525256dc0ceb0b061 (patch)
treeb1c883335953db01442a34afbbbf856072ac6ffd /tests/lib/mocha-3.1.0/editors/JavaScript mocha.tmbundle/Snippets/tdd - assert_isFunction.tmSnippet
parentd4ad50fc0f5c24ecb1e25703c9aa284e359120cb (diff)
Upgrade mocha library for UI tests (#10692)
* Balance the UI tests job, second half currently 8 min longer * Upgrade mocha to 3.1.0 * rebalance * Remove old mocha
Diffstat (limited to 'tests/lib/mocha-3.1.0/editors/JavaScript mocha.tmbundle/Snippets/tdd - assert_isFunction.tmSnippet')
-rw-r--r--tests/lib/mocha-3.1.0/editors/JavaScript mocha.tmbundle/Snippets/tdd - assert_isFunction.tmSnippet16
1 files changed, 16 insertions, 0 deletions
diff --git a/tests/lib/mocha-3.1.0/editors/JavaScript mocha.tmbundle/Snippets/tdd - assert_isFunction.tmSnippet b/tests/lib/mocha-3.1.0/editors/JavaScript mocha.tmbundle/Snippets/tdd - assert_isFunction.tmSnippet
new file mode 100644
index 0000000000..903d7f6fdf
--- /dev/null
+++ b/tests/lib/mocha-3.1.0/editors/JavaScript mocha.tmbundle/Snippets/tdd - assert_isFunction.tmSnippet
@@ -0,0 +1,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>