mirror of
https://github.com/denoland/deno.git
synced 2025-09-26 12:19:12 +00:00
tests: enable package_json_node_modules_none (#25825)
Co-authored-by: David Sherret <dsherret@gmail.com>
This commit is contained in:
parent
edac916604
commit
7b509e492e
8 changed files with 19 additions and 20 deletions
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"tempDir": true,
|
||||
"args": "task echo",
|
||||
"output": "bin.out",
|
||||
"exitCode": 0
|
||||
}
|
|
@ -0,0 +1,8 @@
|
|||
[UNORDERED_START]
|
||||
Download http://localhost:4260/@denotest/bin
|
||||
Download http://localhost:4260/@denotest/bin/1.0.0.tgz
|
||||
Download http://localhost:4260/@denotest/bin/0.5.0.tgz
|
||||
[UNORDERED_END]
|
||||
Task echo deno eval 'console.log(1)' && cli-esm hi
|
||||
1
|
||||
hi
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"nodeModulesDir": "none"
|
||||
}
|
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"scripts": {
|
||||
"echo": "deno eval 'console.log(1)' && cli-esm hi"
|
||||
},
|
||||
"dependencies": {
|
||||
"@denotest/bin": "0.5",
|
||||
"other": "npm:@denotest/bin@1.0"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue