summaryrefslogtreecommitdiff
path: root/packages/integrations/vue/test/app-entrypoint-css.test.js (follow)
AgeCommit message (Collapse)AuthorFilesLines
2024-02-21chore: use biome to sort imports - only test files (#10180)Gravatar Emanuele Stoppa 1-2/+2
* chore: use biome to sort imports * do the sorting * Update package.json Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com> --------- Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com>
2024-01-31chore(`@astrojs/vue`): use Node.js for testing (#9901)Gravatar Atharva 1-10/+10
* chore: migrate vue tests to node * chore: prune chai/mocha from package-lock
2024-01-05[ci] formatGravatar Nate Moore 1-7/+7
2024-01-05Ensure `appEntrypoint` is referenced in Vue components (#9490)Gravatar Nate Moore 1-0/+67
* fix(#6827): ensure `appEntrypoint` is referenced in Vue components * chore: add test * chore: add changeset * fix: windows handling * Update packages/integrations/vue/src/index.ts Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com> * chore: address review feedback * chore: update lockfile --------- Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com>