Skip constructor

const Skip([String reason ])

Marks a suite as skipped.

If reason is passed, it's included in the test output as the reason the test is skipped.

Implementation

const Skip([this.reason]);