Socket
Socket
Sign inDemoInstall

@storybook/test

Package Overview
Dependencies
Maintainers
31
Versions
458
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@storybook/test - npm Package Compare versions

Comparing version 0.0.0-pr-24604-sha-a206c3eb to 0.0.0-pr-24676-sha-1388c64f

5

dist/index.d.ts
import { AsymmetricMatchersContaining, MatchersObject, MatcherState, JestAssertion, ExpectStatic } from '@vitest/expect';
import { TestingLibraryMatchers } from '@testing-library/jest-dom/types/matchers';
import * as matchers from '@testing-library/jest-dom/matchers';
export * from '@vitest/spy';

@@ -13,3 +13,4 @@ import * as _testing_library_user_event_dist_types_setup_directApi from '@testing-library/user-event/dist/types/setup/directApi';

interface Assertion<T> extends PromisifyObject<JestAssertion<T>>, TestingLibraryMatchers<ReturnType<ExpectStatic['stringContaining']>, Promise<void>> {
type Matchers<T> = PromisifyObject<JestAssertion<T>> & matchers.TestingLibraryMatchers<ReturnType<ExpectStatic['stringContaining']>, Promise<void>>;
interface Assertion<T> extends Matchers<T> {
toHaveBeenCalledOnce(): Promise<void>;

@@ -16,0 +17,0 @@ toSatisfy<E>(matcher: (value: E) => boolean, message?: string): Promise<void>;

10

package.json
{
"name": "@storybook/test",
"version": "0.0.0-pr-24604-sha-a206c3eb",
"version": "0.0.0-pr-24676-sha-1388c64f",
"description": "",

@@ -46,6 +46,6 @@ "keywords": [

"dependencies": {
"@storybook/client-logger": "0.0.0-pr-24604-sha-a206c3eb",
"@storybook/core-events": "0.0.0-pr-24604-sha-a206c3eb",
"@storybook/instrumenter": "0.0.0-pr-24604-sha-a206c3eb",
"@storybook/preview-api": "0.0.0-pr-24604-sha-a206c3eb",
"@storybook/client-logger": "0.0.0-pr-24676-sha-1388c64f",
"@storybook/core-events": "0.0.0-pr-24676-sha-1388c64f",
"@storybook/instrumenter": "0.0.0-pr-24676-sha-1388c64f",
"@storybook/preview-api": "0.0.0-pr-24676-sha-1388c64f",
"@testing-library/dom": "^9.3.1",

@@ -52,0 +52,0 @@ "@testing-library/jest-dom": "^6.1.3",

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc