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

Commit

Permalink
chore(examples): add missing dependency and script for testing example (
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Oct 25, 2022
1 parent 54da6f8 commit 1ac8c99
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
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.

0 comments on commit 1ac8c99

Please sign in to comment.