Skip to content

Commit

Permalink
chore: fix test fixture package (#5597)
Browse files Browse the repository at this point in the history
  • Loading branch information
hi-ogawa committed Apr 23, 2024
1 parent b213571 commit 23bd3cd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 17 deletions.
20 changes: 5 additions & 15 deletions pnpm-lock.yaml

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

4 changes: 2 additions & 2 deletions test/vite-node/deps/dep2/package.json
Expand Up @@ -2,7 +2,7 @@
"name": "@vitest/test-dep2",
"type": "module",
"exports": "./index.js",
"peerDependencies": {
"@vitest/test-dep1": "*"
"dependencies": {
"@vitest/test-dep1": "file:../dep1"
}
}

0 comments on commit 23bd3cd

Please sign in to comment.