mirror of
https://github.com/react95-io/React95.git
synced 2026-01-13 00:17:56 -05:00
This commit: - Adds .editorconfig file - Installs TypeScript and necessary dependencies - Configures TypeScript tsconfig.json - Configures Rollup to use esbuild and export .d.ts - Converts entry files to TypeScript - Configures Storybook to generate docs based on types - Configures TypeScript on ESLint - Configures Jest and ts-jest for TypeScript - Fixes no-use-before-define problems on stories - Ignores @typescript-eslint/no-unused-vars on mapFromWindowsTheme - Fixes test failure on CSS check
3 lines
69 B
TypeScript
3 lines
69 B
TypeScript
import '@testing-library/jest-dom';
|
|
import 'jest-styled-components';
|