🐛 BUG: @astrojs/language-server v2.7.6 not honouring Vue defineExpose
in test files
#817
Labels
- P3: minor bug
An edge case that only affects very specific usage (priority)
feat: vue
Related to the Vue integration (scope)
Describe the Bug
After upgrading to @astrojs/language-server v2.7.6,
astro check
fails in my test files (e.g. Mycomponent.spec.ts) when using @vue/test-utils and defineExposeSteps to Reproduce
npm init astro
using templateastro check
The text was updated successfully, but these errors were encountered: