Skip to main content

TestingLibrary

Common interface for testing libraries like jest and vitest

Index

Properties

describe

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

expect

it

it: { each: TestEachFunction; todo: (description, fn) => void }
Page Options