tomblachut / svelte-intellij

Svelte components in WebStorm and friends
MIT License
482 stars 38 forks source link

Add test covering basic functionality #118

Closed anstarovoyt closed 4 years ago

anstarovoyt commented 4 years ago
  1. Highlighting tests (no false positive, inspections inside svelte tags)
  2. Completion tests
  3. Editor tests (enter, typing handlers)

Also, I've made SvelteFoldingBuilder DumbAware because it is actually is

I believe the tests can help to make sure that nothing is broken after #100