mirror of
https://github.com/denoland/deno.git
synced 2025-01-21 04:52:26 -05:00
chore: fix cjs_with_deps test to use a temp dir (#27199)
It was creating a node_modules directory.
This commit is contained in:
parent
53936eda11
commit
70d69a8828
2 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,5 @@
|
|||
{
|
||||
"tempDir": true,
|
||||
"tests": {
|
||||
"cjs_with_deps": {
|
||||
"args": "run --allow-read --allow-env main.js",
|
||||
|
|
|
@ -3,7 +3,7 @@ type: JavaScript
|
|||
dependencies: 14 unique
|
||||
size: [WILDCARD]
|
||||
|
||||
file:///[WILDCARD]/cjs_with_deps/main.js ([WILDCARD])
|
||||
file:///[WILDCARD]/main.js ([WILDCARD])
|
||||
├─┬ npm:/chalk@4.1.2 ([WILDCARD])
|
||||
│ ├─┬ npm:/ansi-styles@4.3.0 ([WILDCARD])
|
||||
│ │ └─┬ npm:/color-convert@2.0.1 ([WILDCARD])
|
||||
|
|
Loading…
Add table
Reference in a new issue