We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27150c8 commit a9214c3Copy full SHA for a9214c3
DEVELOPER.md
@@ -96,7 +96,7 @@ The task updates the `temp` folder with transpiled code whenever a source or tes
96
Karma is run against the new output.
97
98
**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
+`it` to `fit` or `describe` to `fdescribe`. This will only run that individual test and make it
100
much easier to debug. `xit` and `xdescribe` can also be useful to exclude a test and a group of
101
tests respectively.
102
0 commit comments