Skip to content

Commit 6fcee6f

Browse files
committed
Add itp - create pending spec
* Add itp snippet which creates a pending spec
1 parent 2f13af3 commit 6fcee6f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

bdd-itp.sublime-snippet

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<snippet>
2+
<content><![CDATA[
3+
it('${1:description}');
4+
]]></content>
5+
<tabTrigger>itp</tabTrigger>
6+
<scope>source.js</scope>
7+
<description>BDD it pending</description>
8+
</snippet>

0 commit comments

Comments
 (0)