Skip to content
This repository has been archived by the owner on May 16, 2024. It is now read-only.

storybookjs/expect

Repository files navigation

⚠️ This package will not work with storybook 8

Please use @storybook/test instead.

@storybook/expect

npm version

Browser-compatible version of Jest's expect.

Installation

yarn add @storybook/expect

or

npm install @storybook/expect

Usage

import expect from "@storybook/expect"

expect(true).toBe(true)

Documentation

👉 https://jestjs.io/docs/expect