only

Bun

Symbol

Describe.only

only(label: string, fn: () => void): void

Skips all other tests, except this group of tests.

@param label

the label for the tests

@param fn

the function that defines the tests