Skip to content
This repository has been archived by the owner on Apr 6, 2023. It is now read-only.

chore(examples): add missing dependency and script for testing example #8457

Merged
merged 1 commit into from Oct 25, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
7 changes: 5 additions & 2 deletions examples/advanced/testing/package.json
Expand Up @@ -4,9 +4,12 @@
"scripts": {
"build": "nuxi build",
"dev": "nuxi dev",
"start": "nuxi preview"
"start": "nuxi preview",
"test": "vitest run"
},
"devDependencies": {
"nuxt": "^3.0.0-rc.12"
"@nuxt/test-utils": "^3.0.0-rc.12",
"nuxt": "^3.0.0-rc.12",
"vitest": "latest"
}
}
4 changes: 4 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.