Skip to content

Commit

Permalink
test(planner/node): Add node-common-without-cache
Browse files Browse the repository at this point in the history
  • Loading branch information
pan93412 committed Oct 28, 2023
1 parent ee4f42f commit 25e0a62
Show file tree
Hide file tree
Showing 5 changed files with 35 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/node-common-without-cache/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
node_modules/
1 change: 1 addition & 0 deletions tests/node-common-without-cache/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
console.log("Hello, World!");
15 changes: 15 additions & 0 deletions tests/node-common-without-cache/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"name": "node-common",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"lodash": "^4.17.21"
}
}
13 changes: 13 additions & 0 deletions tests/node-common-without-cache/pnpm-lock.yaml

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

5 changes: 5 additions & 0 deletions tests/node-common-without-cache/zbpack.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"node": {
"cache_dependencies": false
}
}

0 comments on commit 25e0a62

Please sign in to comment.