1.1.0 • Published 1 year ago

setup-react-testing v1.1.0

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

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:

  1. Choose whether to use TypeScript.
  2. Select the framework (React.js or Next.js).
  3. Decide whether to set up ESLint with eslint-plugin-jest.
  4. 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

1.1.0

1 year ago

1.0.0

1 year ago