Search code examples
scala.jsutest

Is there a way to ignore a test in uTest?


For example, spec2 has a feature "Pending until fixed".

Is there a way to ignore a test in µTest?


Solution

  • Nope, the way it's done so far is to comment it out. It's not great, but it's been enough for now. Perhaps such a feature may appear at a later date, but it doesn't exist right now.

    Source: I wrote uTest