Installation and Run Test
Installation
Install react-autocomplete-plugin with npm
npm install react-autocomplete-plugin --save
or
npm i react-autocomplete-plugin
Running Tests
react-autocomplete-plugin has solid test cases to make sure components executes without any issues.
To run tests, clone the repository, install the packages and run the following command. If you are facing any issues, you may need to check your node version (may require v18+) when running this package as a standlone module in local system.
npm run test