Skips all other tests, except this test when run with the --only
option.
Symbol
Test.only
only(label: string, fn: () => void | Promise<unknown> | (done: (err?: unknown) => void) => void, options?: number | TestOptions): void
@param label
the label for the test
@param fn
the test function
@param options
the test timeout or options