corneliusio / svelte-sublime

💡Sublime Text syntax highlighting for Svelte components
MIT License
58 stars 6 forks source link

Fix CI syntax tests #34

Closed deathaxe closed 3 weeks ago

deathaxe commented 3 weeks ago

This commit explicitly specifies package name to checkout Svelte package as to ensure package is loaded in syntax test environment with correct name.

Hopefully fixing failing CI tests on master.

corneliusio commented 3 weeks ago

@deathaxe Thank you! Was not looking forward to tracking down why the tests were all failing. 😅

corneliusio commented 3 weeks ago

@deathaxe Well unfortunately that didn't fix the issue even after I removed the dupe path key. I won't have time to dig into it this weekend, but given that the highlighting is working at the moment I'll just need to come back to it later.

Of course feel free to submit another PR if you find the issue though. It is greatly appreciated.