Skip to content

Commit a9214c3

Browse files
committedJul 28, 2016
docs(DEVELOPER): update Jasmine usage info
Closes ng-bootstrap#495
1 parent 27150c8 commit a9214c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎DEVELOPER.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ The task updates the `temp` folder with transpiled code whenever a source or tes
9696
Karma is run against the new output.
9797

9898
**Note**: If you want to only run a single test you can alter the test you wish to run by changing
99-
`it` to `iit` or `describe` to `ddescribe`. This will only run that individual test and make it
99+
`it` to `fit` or `describe` to `fdescribe`. This will only run that individual test and make it
100100
much easier to debug. `xit` and `xdescribe` can also be useful to exclude a test and a group of
101101
tests respectively.
102102

0 commit comments

Comments
 (0)
Please sign in to comment.