From 686106d544ecc3b6ffd4db2b665d3bc879a58d8c Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Mon, 24 Sep 2012 16:22:07 -0400 Subject: ok --- .../Snippets/bdd - after each.tmSnippet | 16 ++++++++++++++++ .../Snippets/bdd - after.tmSnippet | 16 ++++++++++++++++ .../Snippets/bdd - before each.tmSnippet | 16 ++++++++++++++++ .../Snippets/bdd - before.tmSnippet | 16 ++++++++++++++++ .../Snippets/bdd - it.tmSnippet | 16 ++++++++++++++++ .../Snippets/untitled.tmSnippet | 16 ++++++++++++++++ 6 files changed, 96 insertions(+) create mode 100644 node_modules/mocha/editors/JavaScript mocha.tmbundle/Snippets/bdd - after each.tmSnippet create mode 100644 node_modules/mocha/editors/JavaScript mocha.tmbundle/Snippets/bdd - after.tmSnippet create mode 100644 node_modules/mocha/editors/JavaScript mocha.tmbundle/Snippets/bdd - before each.tmSnippet create mode 100644 node_modules/mocha/editors/JavaScript mocha.tmbundle/Snippets/bdd - before.tmSnippet create mode 100644 node_modules/mocha/editors/JavaScript mocha.tmbundle/Snippets/bdd - it.tmSnippet create mode 100644 node_modules/mocha/editors/JavaScript mocha.tmbundle/Snippets/untitled.tmSnippet (limited to 'node_modules/mocha/editors/JavaScript mocha.tmbundle/Snippets') 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 @@ + + + + + content + afterEach(function(){ + $0 +}) + name + bdd - after each + tabTrigger + ae + uuid + 7B4DA8F4-2064-468B-B252-054148419B4B + + 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 @@ + + + + + content + after(function(){ + $0 +}) + name + bdd - after + tabTrigger + a + uuid + A49A87F9-399E-4D74-A489-C535BB06D487 + + 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 @@ + + + + + content + beforeEach(function(){ + $0 +}) + name + bdd - before each + tabTrigger + be + uuid + 7AB064E3-EFBB-4FA7-98CA-9E87C10CC04E + + 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 @@ + + + + + content + before(function(){ + $0 +}) + name + bdd - before + tabTrigger + b + uuid + DF6F1F42-F80A-4A24-AF78-376F19070C4C + + 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 @@ + + + + + content + it('should $1', function(){ + $0 +}) + name + bdd - it + tabTrigger + it + uuid + 591AE071-95E4-4E1E-B0F3-A7DAF41595EE + + 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 @@ + + + + + content + describe('$1', function(){ + $0 +}) + name + bdd - describe + tabTrigger + des + uuid + 4AA1FB50-9BB9-400E-A140-D61C39BDFDF5 + + -- cgit v1.2.3-70-g09d2