Skip to content

Commit

Permalink
chore: avoid test node_modules folder creation
Browse files Browse the repository at this point in the history
  • Loading branch information
marvinhagemeister committed Feb 23, 2024
1 parent 7ef0a4f commit d8c69e1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions tests/testdata/publish/package_json.out
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
Download http://localhost:4545/npm/registry/@denotest/esm-basic
Download http://localhost:4545/npm/registry/@denotest/esm-basic/1.0.0.tgz
Check file:///[WILDCARD]/publish/package_json/mod.ts
Checking for slow types in the public API...
Check file:///[WILDCARD]/publish/package_json/mod.ts
Expand Down
3 changes: 2 additions & 1 deletion tests/testdata/publish/package_json/deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@
"version": "1.0.0",
"exports": {
".": "./mod.ts"
}
},
"nodeModulesDir": false
}

0 comments on commit d8c69e1

Please sign in to comment.