interface IValueTest {
    clearValue(): Promise<void>;
}

Implemented by

Methods

Methods

  • Clears a currently-running test's value. This throws an error if the test is not in the currently-running sub-inspection or the global tag area.

    Returns Promise<void>