Skip to content

Commit 18b9a01

Browse files
eoinkellyZeno Rocha
authored andcommitted
Update README
1 parent 6fcee6f commit 18b9a01

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -302,6 +302,12 @@ it('${1:description}', function() {
302302
});
303303
```
304304

305+
### [itp] it pending
306+
307+
```javascript
308+
it('${1:description}');
309+
```
310+
305311
## Misc
306312

307313
### [us] use strict

bdd-itp.sublime-snippet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ it('${1:description}');
55
<tabTrigger>itp</tabTrigger>
66
<scope>source.js</scope>
77
<description>BDD it pending</description>
8-
</snippet>
8+
</snippet>

0 commit comments

Comments
 (0)