You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get the following output for a jasmine test that is pending.
<testcase name="Pending specs can be declared by calling 'pending' in the spec body" time="0" classname="PhantomJS_2_1_1_(Windows_8_0_0_0).Pending specs">
<skipped/>
<failure type="">Expected true to be false.
C:/Temp/KarmaTest2/test/spec/controllers/about.js:206:26
</failure>
I would expect the test to only be reported as a skipped test and not run.
The text was updated successfully, but these errors were encountered:
I get the following output for a jasmine test that is pending.
I would expect the test to only be reported as a skipped test and not run.
The text was updated successfully, but these errors were encountered: