dwf/rva: tweaked TODO comments
This commit is contained in:
parent
f0de62906c
commit
63db262f35
20
jasmine.iws
20
jasmine.iws
@ -89,7 +89,7 @@
|
||||
</provider>
|
||||
</entry>
|
||||
</file>
|
||||
<file leaf-file-name="bootstrap.js" pinned="false" current="true" current-in-tab="true">
|
||||
<file leaf-file-name="bootstrap.js" pinned="false" current="false" current-in-tab="false">
|
||||
<entry file="file://$PROJECT_DIR$/test/bootstrap.js">
|
||||
<provider selected="true" editor-type-id="text-editor">
|
||||
<state line="361" column="6" selection-start="10010" selection-end="10010" vertical-scroll-proportion="0.14728682">
|
||||
@ -107,10 +107,10 @@
|
||||
</provider>
|
||||
</entry>
|
||||
</file>
|
||||
<file leaf-file-name="jasmine.js" pinned="false" current="false" current-in-tab="false">
|
||||
<file leaf-file-name="jasmine.js" pinned="false" current="true" current-in-tab="true">
|
||||
<entry file="file://$PROJECT_DIR$/lib/jasmine.js">
|
||||
<provider selected="true" editor-type-id="text-editor">
|
||||
<state line="64" column="0" selection-start="1377" selection-end="1377" vertical-scroll-proportion="0.7820122">
|
||||
<state line="274" column="0" selection-start="5628" selection-end="5628" vertical-scroll-proportion="0.07317073">
|
||||
<folding />
|
||||
</state>
|
||||
</provider>
|
||||
@ -449,13 +449,6 @@
|
||||
<state />
|
||||
</provider>
|
||||
</entry>
|
||||
<entry file="file://$PROJECT_DIR$/lib/jasmine.js">
|
||||
<provider selected="true" editor-type-id="text-editor">
|
||||
<state line="64" column="0" selection-start="1377" selection-end="1377" vertical-scroll-proportion="0.7820122">
|
||||
<folding />
|
||||
</state>
|
||||
</provider>
|
||||
</entry>
|
||||
<entry file="file://$PROJECT_DIR$/test/bootstrap.js">
|
||||
<provider selected="true" editor-type-id="text-editor">
|
||||
<state line="361" column="6" selection-start="10010" selection-end="10010" vertical-scroll-proportion="0.14728682">
|
||||
@ -463,6 +456,13 @@
|
||||
</state>
|
||||
</provider>
|
||||
</entry>
|
||||
<entry file="file://$PROJECT_DIR$/lib/jasmine.js">
|
||||
<provider selected="true" editor-type-id="text-editor">
|
||||
<state line="274" column="0" selection-start="5628" selection-end="5628" vertical-scroll-proportion="0.07317073">
|
||||
<folding />
|
||||
</state>
|
||||
</provider>
|
||||
</entry>
|
||||
</component>
|
||||
</project>
|
||||
|
||||
|
@ -281,8 +281,8 @@ var currentSpec;
|
||||
//* - Suite to run tests in order, constructed with a function called describe
|
||||
* - Suite supports before
|
||||
* - Suite supports after
|
||||
* - Suite supports before_each
|
||||
* - Suite supports after_each
|
||||
//* - Suite supports beforeEach
|
||||
//* - Suite supports afterEach
|
||||
//* - Suite rolls up spec results
|
||||
//* - Suite supports asynch
|
||||
//* - Runner that runs suites in order
|
||||
|
Loading…
Reference in New Issue
Block a user