We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When we ported agnostic-vue to Vue 3 + Vite, we didn't yet address:
agnostic-vue
This task is to fix all that.
Also, we'll need to add back yarn test:vue to the top-level monorepo's package.json script:
yarn test:vue
"test": "yarn sync:react && yarn test:react && yarn sync:vue && yarn sync:svelte && yarn test:svelte",
See https://github.com/AgnosticUI/agnosticui/blob/master/package.json#L41
The text was updated successfully, but these errors were encountered:
I got the Eslint working and cleaned up the files.
For testing, Jest and Vite seems to be a shit show. Will rewvisit specs using idiomatic vite/vue 3 way.
vitejs/vite#1955
Sorry, something went wrong.
No branches or pull requests
When we ported
agnostic-vue
to Vue 3 + Vite, we didn't yet address:This task is to fix all that.
Also, we'll need to add back
yarn test:vue
to the top-level monorepo's package.json script:See https://github.com/AgnosticUI/agnosticui/blob/master/package.json#L41
The text was updated successfully, but these errors were encountered: