summaryrefslogtreecommitdiff
path: root/packages/integrations/vue/test/basics.test.js (follow)
AgeCommit message (Collapse)AuthorFilesLines
2024-10-03fix(vue): useId() collisions (#12112)Gravatar Florian Lefebvre 1-0/+9
2024-03-14fix(vue): Add default options to not transform assets (#10419)Gravatar Erika 1-0/+9
* fix(vue): Add default options to not transform assets * fix: oops merge correctly * chore: changeset * nit: address feedback
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-3/+4
* chore: migrate vue tests to node * chore: prune chai/mocha from package-lock
2023-10-27[ci] formatGravatar matthewp 1-1/+0
2023-10-27Prevent passing slot names as props (#8930)Gravatar Matthew Phillips 1-0/+24
Co-authored-by: Sarah Rainsberger <5098874+sarah11918@users.noreply.github.com> Co-authored-by: Nate Moore <7118177+natemoo-re@users.noreply.github.com>