mirror of
https://github.com/Xevion/rdap.git
synced 2025-12-07 05:16:07 -06:00
- Replace Yarn with pnpm as package manager - Add Vitest with React Testing Library and happy-dom - Configure test setup and add test scripts (test, test:ui, test:run) - Add IPCard component and update lookup components - Remove unused react-ogp dependency - Add type-check script
2 lines
36 B
TypeScript
2 lines
36 B
TypeScript
import '@testing-library/jest-dom';
|