Skip to main content

TestingLibrary

Common interface for testing libraries like jest and vitest

Index

Properties

describe

describe: { todo: (description: string, fn: () => void) => void }

expect

it

it: { each: <T>(values: readonly T[]) => (description: string, fn: (value: T) => void) => void; todo: (description: string, fn: () => void) => void }
Page Options