Search code examples
unit-testingjasminejasmine-node

How to mark a jasmine test incomplete?


In Jasmine 2.0 I can use xit instead of it to make jasmine skip the test. Disabling suites

I am likely to forget these tests since they don't appear in the result. So I was hoping to mark these tests as incomplete, this should warn me to look at it at some point.

Is it possible to mark them as disabled/incomplete so that they appear in the results as such?


Solution

  • In the --verbose output by jasmine-node skipped tests xit/xdescribe won't appear unless the feature is built.