Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@storybook/test

Package Overview
Dependencies
Maintainers
11
Versions
520
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-28768-sha-9b4d61ce to 0.0.0-pr-28768-sha-be894e9d

2

dist/index.d.ts

@@ -0,3 +1,3 @@

import { TestingLibraryMatchers } from '@testing-library/jest-dom/matchers';
import { AsymmetricMatchersContaining, MatchersObject, MatcherState, JestAssertion, ExpectStatic } from '@vitest/expect';
import { TestingLibraryMatchers } from '@testing-library/jest-dom/matchers';
import * as domTestingLibrary from '@testing-library/dom';

@@ -4,0 +4,0 @@ import _userEvent from '@testing-library/user-event';

{
"name": "@storybook/test",
"version": "0.0.0-pr-28768-sha-9b4d61ce",
"version": "0.0.0-pr-28768-sha-be894e9d",
"description": "",

@@ -43,8 +43,8 @@ "keywords": [

"scripts": {
"check": "node --loader ../../../scripts/node_modules/esbuild-register/loader.js -r ../../../scripts/node_modules/esbuild-register/register.js ../../../scripts/prepare/check.ts",
"prep": "node --loader ../../../scripts/node_modules/esbuild-register/loader.js -r ../../../scripts/node_modules/esbuild-register/register.js ../../../scripts/prepare/bundle.ts"
"check": "jiti ../../../scripts/prepare/check.ts",
"prep": "jiti ../../../scripts/prepare/bundle.ts"
},
"dependencies": {
"@storybook/csf": "^0.1.11",
"@storybook/instrumenter": "0.0.0-pr-28768-sha-9b4d61ce",
"@storybook/instrumenter": "0.0.0-pr-28768-sha-be894e9d",
"@testing-library/dom": "10.4.0",

@@ -65,3 +65,3 @@ "@testing-library/jest-dom": "6.4.8",

"peerDependencies": {
"storybook": "^0.0.0-pr-28768-sha-9b4d61ce"
"storybook": "^0.0.0-pr-28768-sha-be894e9d"
},

@@ -68,0 +68,0 @@ "publishConfig": {

@@ -24,4 +24,4 @@ # Storybook Test

// Button.stories.ts
import { expect, fn, userEvent, within } from '@storybook/test';
import { Button } from './Button';
import { within, userEvent, expect, fn } from '@storybook/test';

@@ -28,0 +28,0 @@ export default {

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