-
Notifications
You must be signed in to change notification settings - Fork 296
New issue
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
Added tests examples for nuxt/movies #83
base: main
Are you sure you want to change the base?
Conversation
docs: update README to reflect testing integration
…atTime, and formatVote
… improved clarity and maintainability
…h mockMedia in CreditsList tests for improved clarity
…ta attributes for improved clarity
… data attributes for improved clarity
…tle and name properties
…ter with known_for_department
…g and button title
…ty with data-testid attributes Co-authored-by: NicholasAntidormi <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is very exciting!
thank you for your work on this ❤️❤️❤️
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'll leave it to @antfu to confirm, but it looks great to me! (I tested locally as the CI won't run until it merges)
what a great resource ❤️
📚 Description
✨ Added
env.example
file to provide a template for environment variables.vitest.config.ts
for Vitest configuration.playwright.config.ts
for Playwright configuration.@nuxt/test-utils
@playwright/test
@vitest/coverage-v8
@vitest/ui
@vue/test-utils
happy-dom
playwright-core
vitest
components/video/Card.vue
components/photo/Modal.vue
components/photo/Card.vue
components/person/Photos.vue
components/person/Info.vue
components/person/Details.vue
components/person/CreditsList.vue
components/person/Credits.vue
components/person/Card.vue
components/StarsRate.vue
👌 Changed
[email protected]
..gitignore
to include additional files and directories.README.md
file.types.ts
to reflect the updated code.@antfu/eslint-config
@nuxt/devtools
@nuxt/image
@unocss/nuxt
@vueuse/nuxt
eslint
nuxt
typescript
vue-tsc
🐞 Fixed
composables/utils.ts
identified by unit tests.🧹 Chores