⚠️ This package will not work with storybook 8Please use @storybook/test instead.
Browser-compatible version of Jest's expect
.
yarn add @storybook/expect
or
npm install @storybook/expect
import expect from "@storybook/expect"
expect(true).toBe(true)