UNPKG

pkg-components

Version:
8 lines (6 loc) 294 B
// .storybook/jest-setup.js // Ejemplo: Configuración adicional para Jest import '@testing-library/jest-dom/extend-expect'; import 'jest-canvas-mock'; // Jest canvas mock import 'jest-extended'; // Jest extension library for additional matchers // Resto de tu configuración para Jest