Installation and Run Test
Installation
Install vue-autocomplete-plugin with npm
  npm install vue-autocomplete-plugin --save
or
  npm i vue-autocomplete-plugin
Running Tests
vue-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 which may require v18+ version.
  npm run test
To run tests with Vitest UI for viewing test results in the screen, run below command.
  npm run test:ui