diff options
| author | Jules Laplace <jules@okfoc.us> | 2012-09-24 16:22:07 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2012-09-24 16:22:07 -0400 |
| commit | 686106d544ecc3b6ffd4db2b665d3bc879a58d8c (patch) | |
| tree | a5b5e50237cef70e12f0745371896e96f5f6d578 /node_modules/mocha/editors | |
ok
Diffstat (limited to 'node_modules/mocha/editors')
7 files changed, 115 insertions, 0 deletions
diff --git a/node_modules/mocha/editors/JavaScript mocha.tmbundle/Snippets/bdd - after each.tmSnippet b/node_modules/mocha/editors/JavaScript mocha.tmbundle/Snippets/bdd - after each.tmSnippet new file mode 100644 index 0000000..e76cae1 --- /dev/null +++ b/node_modules/mocha/editors/JavaScript mocha.tmbundle/Snippets/bdd - after each.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>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> diff --git a/node_modules/mocha/editors/JavaScript mocha.tmbundle/Snippets/bdd - after.tmSnippet b/node_modules/mocha/editors/JavaScript mocha.tmbundle/Snippets/bdd - after.tmSnippet new file mode 100644 index 0000000..f1a67aa --- /dev/null +++ b/node_modules/mocha/editors/JavaScript mocha.tmbundle/Snippets/bdd - after.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>after(function(){ + $0 +})</string> + <key>name</key> + <string>bdd - after</string> + <key>tabTrigger</key> + <string>a</string> + <key>uuid</key> + <string>A49A87F9-399E-4D74-A489-C535BB06D487</string> +</dict> +</plist> diff --git a/node_modules/mocha/editors/JavaScript mocha.tmbundle/Snippets/bdd - before each.tmSnippet b/node_modules/mocha/editors/JavaScript mocha.tmbundle/Snippets/bdd - before each.tmSnippet new file mode 100644 index 0000000..f8442fa --- /dev/null +++ b/node_modules/mocha/editors/JavaScript mocha.tmbundle/Snippets/bdd - before each.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>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> diff --git a/node_modules/mocha/editors/JavaScript mocha.tmbundle/Snippets/bdd - before.tmSnippet b/node_modules/mocha/editors/JavaScript mocha.tmbundle/Snippets/bdd - before.tmSnippet new file mode 100644 index 0000000..5c7e40f --- /dev/null +++ b/node_modules/mocha/editors/JavaScript mocha.tmbundle/Snippets/bdd - before.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>before(function(){ + $0 +})</string> + <key>name</key> + <string>bdd - before</string> + <key>tabTrigger</key> + <string>b</string> + <key>uuid</key> + <string>DF6F1F42-F80A-4A24-AF78-376F19070C4C</string> +</dict> +</plist> diff --git a/node_modules/mocha/editors/JavaScript mocha.tmbundle/Snippets/bdd - it.tmSnippet b/node_modules/mocha/editors/JavaScript mocha.tmbundle/Snippets/bdd - it.tmSnippet new file mode 100644 index 0000000..8cd3fb1 --- /dev/null +++ b/node_modules/mocha/editors/JavaScript mocha.tmbundle/Snippets/bdd - it.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>it('should $1', function(){ + $0 +})</string> + <key>name</key> + <string>bdd - it</string> + <key>tabTrigger</key> + <string>it</string> + <key>uuid</key> + <string>591AE071-95E4-4E1E-B0F3-A7DAF41595EE</string> +</dict> +</plist> diff --git a/node_modules/mocha/editors/JavaScript mocha.tmbundle/Snippets/untitled.tmSnippet b/node_modules/mocha/editors/JavaScript mocha.tmbundle/Snippets/untitled.tmSnippet new file mode 100644 index 0000000..46fd720 --- /dev/null +++ b/node_modules/mocha/editors/JavaScript mocha.tmbundle/Snippets/untitled.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>describe('$1', function(){ + $0 +})</string> + <key>name</key> + <string>bdd - describe</string> + <key>tabTrigger</key> + <string>des</string> + <key>uuid</key> + <string>4AA1FB50-9BB9-400E-A140-D61C39BDFDF5</string> +</dict> +</plist> diff --git a/node_modules/mocha/editors/JavaScript mocha.tmbundle/info.plist b/node_modules/mocha/editors/JavaScript mocha.tmbundle/info.plist new file mode 100644 index 0000000..16f6587 --- /dev/null +++ b/node_modules/mocha/editors/JavaScript mocha.tmbundle/info.plist @@ -0,0 +1,19 @@ +<?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>name</key> + <string>JavaScript mocha</string> + <key>ordering</key> + <array> + <string>4AA1FB50-9BB9-400E-A140-D61C39BDFDF5</string> + <string>591AE071-95E4-4E1E-B0F3-A7DAF41595EE</string> + <string>DF6F1F42-F80A-4A24-AF78-376F19070C4C</string> + <string>A49A87F9-399E-4D74-A489-C535BB06D487</string> + <string>7AB064E3-EFBB-4FA7-98CA-9E87C10CC04E</string> + <string>7B4DA8F4-2064-468B-B252-054148419B4B</string> + </array> + <key>uuid</key> + <string>094ACE33-0C0E-422A-B3F7-5B919F5B1239</string> +</dict> +</plist> |
