setup-react-testing
v1.1.0
Published
Script for setting up a testing environment for React.js / Next.js
Downloads
3
Maintainers
Readme
Testing Environment Setup for React.js/Next.js
This package automates the setup of a testing environment for React.js or Next.js projects, including TypeScript and ESLint configuration.
Usage
Run the package setup command using npx:
npx setup-react-testing
Follow the interactive prompts to configure your testing environment:
- Choose whether to use TypeScript.
- Select the framework (React.js or Next.js).
- Decide whether to set up ESLint with eslint-plugin-jest.
- Wait for the installation of dependencies.
Once the setup is complete, you can start writing tests for your React.js/Next.js application.
Contributing
Contributions are welcome! If you find any issues or have suggestions for improvements, please check out the Contributing Guide for details on how to contribute.
License
This project is licensed under the MIT License