pstanoev / simple-svelte-autocomplete

Simple Autocomplete / typeahead component for Svelte
http://simple-svelte-autocomplete.surge.sh/
MIT License
464 stars 78 forks source link

unit tests and CI #94

Closed azmeuk closed 3 years ago

azmeuk commented 3 years ago

This patch installs a testsuite with jest. Tests can be ran with npm test. It adds a github action so tests are ran for each commit and each pull request.

There is only one test for now, that tests the highlighting, but hopefully there will be more in the future!