1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-21 15:04:11 -05:00

chore: remove unnecessary envs in spec tests (#25982)

This commit is contained in:
David Sherret 2024-10-02 05:14:38 -04:00 committed by GitHub
parent 32c1278736
commit d116709d06
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
120 changed files with 65 additions and 508 deletions

View file

@ -2,16 +2,10 @@
"steps": [{
"args": "doc deno_doc.ts",
"output": "foo.out",
"exitCode": 0,
"envs": {
"NO_COLOR": "1"
}
"exitCode": 0
}, {
"args": "doc deno_doc2.ts",
"output": "bar.out",
"exitCode": 0,
"envs": {
"NO_COLOR": "1"
}
"exitCode": 0
}]
}

View file

@ -118,7 +118,6 @@
}
]
},
"lockfile_config": {
"steps": [
{
@ -146,7 +145,6 @@
}
]
},
"non_analyzable_dynamic_npm": {
"steps": [
{

View file

@ -1,9 +1,5 @@
{
"args": "test test.js",
"output": "test.out",
"envs": {
"NO_COLOR": "1",
"NPM_CONFIG_REGISTRY": "http://localhost:4260/"
},
"exitCode": 1
}

View file

@ -1,9 +1,5 @@
{
"args": "test -A --no-check test_no_sanitizers/test.js",
"output": "test_no_sanitizers/test.out",
"envs": {
"NO_COLOR": "1",
"NPM_CONFIG_REGISTRY": "http://localhost:4260/"
},
"exitCode": 0
}

View file

@ -1,8 +1,4 @@
{
"args": "run --allow-read --quiet builtin_module_module/main.js",
"output": "builtin_module_module/main.out",
"envs": {
"NO_COLOR": "1",
"NPM_CONFIG_REGISTRY": "http://localhost:4260/"
}
"output": "builtin_module_module/main.out"
}

View file

@ -1,9 +1,5 @@
{
"args": "run --cached-only cached_only/main.ts",
"output": "cached_only/main.out",
"envs": {
"NO_COLOR": "1",
"NPM_CONFIG_REGISTRY": "http://localhost:4260/"
},
"exitCode": 1
}

View file

@ -1,9 +1,5 @@
{
"args": "check --all check_errors/main.ts",
"output": "check_errors/main_all.out",
"envs": {
"NO_COLOR": "1",
"NPM_CONFIG_REGISTRY": "http://localhost:4260/"
},
"exitCode": 1
}

View file

@ -1,9 +1,5 @@
{
"args": "check check_errors/main.ts",
"output": "check_errors/main_local.out",
"envs": {
"NO_COLOR": "1",
"NPM_CONFIG_REGISTRY": "http://localhost:4260/"
},
"exitCode": 1
}

View file

@ -1,9 +1,5 @@
{
"args": "check file_dts_dmts_dcts/main.ts",
"output": "file_dts_dmts_dcts/main.out",
"envs": {
"NO_COLOR": "1",
"NPM_CONFIG_REGISTRY": "http://localhost:4260/"
},
"exitCode": 1
}

View file

@ -1,8 +1,4 @@
{
"args": "run -A --quiet child_process_fork_test/main.ts",
"output": "child_process_fork_test/main.out",
"envs": {
"NO_COLOR": "1",
"NPM_CONFIG_REGISTRY": "http://localhost:4260/"
}
"output": "child_process_fork_test/main.out"
}

View file

@ -1,8 +1,4 @@
{
"args": "run --allow-read --quiet cjs-invalid-name-exports/main.ts",
"output": "cjs-invalid-name-exports/main.out",
"envs": {
"NO_COLOR": "1",
"NPM_CONFIG_REGISTRY": "http://localhost:4260/"
}
"output": "cjs-invalid-name-exports/main.out"
}

View file

@ -1,8 +1,4 @@
{
"args": "run --allow-read cjs_local_global_decls/main.ts",
"output": "cjs_local_global_decls/main.out",
"envs": {
"NO_COLOR": "1",
"NPM_CONFIG_REGISTRY": "http://localhost:4260/"
}
"output": "cjs_local_global_decls/main.out"
}

View file

@ -1,8 +1,4 @@
{
"args": "run -A --quiet --check=all cjs_module_export_assignment/main.ts",
"output": "cjs_module_export_assignment/main.out",
"envs": {
"NO_COLOR": "1",
"NPM_CONFIG_REGISTRY": "http://localhost:4260/"
}
"output": "cjs_module_export_assignment/main.out"
}

View file

@ -1,8 +1,4 @@
{
"args": "run -A --quiet --check=all cjs_module_export_assignment_number/main.ts",
"output": "cjs_module_export_assignment_number/main.out",
"envs": {
"NO_COLOR": "1",
"NPM_CONFIG_REGISTRY": "http://localhost:4260/"
}
"output": "cjs_module_export_assignment_number/main.out"
}

View file

@ -1,8 +1,4 @@
{
"args": "run -A cjs_pkg_imports/main.ts",
"output": "cjs_pkg_imports/main.out",
"envs": {
"NO_COLOR": "1",
"NPM_CONFIG_REGISTRY": "http://localhost:4260/"
}
"output": "cjs_pkg_imports/main.out"
}

View file

@ -1,8 +1,4 @@
{
"args": "run -A --quiet cjs_reexport_collision/main.ts",
"output": "cjs_reexport_collision/main.out",
"envs": {
"NO_COLOR": "1",
"NPM_CONFIG_REGISTRY": "http://localhost:4260/"
}
"output": "cjs_reexport_collision/main.out"
}

View file

@ -1,8 +1,4 @@
{
"args": "run --allow-read --quiet cjs_require_esm/main.ts",
"output": "cjs_require_esm/main.out",
"envs": {
"NO_COLOR": "1",
"NPM_CONFIG_REGISTRY": "http://localhost:4260/"
}
"output": "cjs_require_esm/main.out"
}

View file

@ -1,8 +1,4 @@
{
"args": "run --allow-read --quiet cjs_require_esm_mjs/main.ts",
"output": "cjs_require_esm_mjs/main.out",
"envs": {
"NO_COLOR": "1",
"NPM_CONFIG_REGISTRY": "http://localhost:4260/"
}
"output": "cjs_require_esm_mjs/main.out"
}

View file

@ -1,8 +1,4 @@
{
"args": "run --allow-read cjs_sub_path/main.js",
"output": "cjs_sub_path/main.out",
"envs": {
"NO_COLOR": "1",
"NPM_CONFIG_REGISTRY": "http://localhost:4260/"
}
"output": "cjs_sub_path/main.out"
}

View file

@ -1,9 +1,5 @@
{
"args": "run --allow-read --quiet cjs_this_in_exports/main.js",
"output": "cjs_this_in_exports/main.out",
"envs": {
"NO_COLOR": "1",
"NPM_CONFIG_REGISTRY": "http://localhost:4260/"
},
"exitCode": 1
}

View file

@ -1,8 +1,4 @@
{
"args": "run --allow-read --allow-env cjs_with_deps/main.js",
"output": "cjs_with_deps/main.out",
"envs": {
"NO_COLOR": "1",
"NPM_CONFIG_REGISTRY": "http://localhost:4260/"
}
"output": "cjs_with_deps/main.out"
}

View file

@ -1,8 +1,4 @@
{
"args": "run --allow-read --check=all compare_globals/main.ts",
"output": "compare_globals/main.out",
"envs": {
"NO_COLOR": "1",
"NPM_CONFIG_REGISTRY": "http://localhost:4260/"
}
"output": "compare_globals/main.out"
}

View file

@ -1,9 +1,5 @@
{
"args": "run --reload --allow-read create_require/main.ts",
"output": "create_require/main.out",
"exitCode": 0,
"envs": {
"NO_COLOR": "1",
"NPM_CONFIG_REGISTRY": "http://localhost:4260/"
}
"exitCode": 0
}

View file

@ -1,8 +1,4 @@
{
"args": "cache --reload npm:chalk npm:mkdirp",
"output": "deno_cache.out",
"envs": {
"NO_COLOR": "1",
"NPM_CONFIG_REGISTRY": "http://localhost:4260/"
}
"output": "deno_cache.out"
}

View file

@ -1,8 +1,4 @@
{
"args": "run -A --quiet npm:@denotest/bin/cli-cjs this is a test",
"output": "deno_run_cjs.out",
"envs": {
"NO_COLOR": "1",
"NPM_CONFIG_REGISTRY": "http://localhost:4260/"
}
"output": "deno_run_cjs.out"
}

View file

@ -1,8 +1,4 @@
{
"args": "run -A --quiet npm:@denotest/bin@0.6.0/cli-cjs.js this is a test",
"output": "deno_run_cjs.out",
"envs": {
"NO_COLOR": "1",
"NPM_CONFIG_REGISTRY": "http://localhost:4260/"
}
"output": "deno_run_cjs.out"
}

View file

@ -1,8 +1,4 @@
{
"args": "run -A --quiet npm:@denotest/bin/cli-esm this is a test",
"output": "deno_run_esm.out",
"envs": {
"NO_COLOR": "1",
"NPM_CONFIG_REGISTRY": "http://localhost:4260/"
}
"output": "deno_run_esm.out"
}

View file

@ -1,8 +1,4 @@
{
"args": "run -A --quiet npm:@denotest/bin@0.6.0/cli.mjs this is a test",
"output": "deno_run_esm.out",
"envs": {
"NO_COLOR": "1",
"NPM_CONFIG_REGISTRY": "http://localhost:4260/"
}
"output": "deno_run_esm.out"
}

View file

@ -1,8 +1,4 @@
{
"args": "run -A --quiet npm:@denotest/bin/cli-no-ext this is a test",
"output": "deno_run_no_ext.out",
"envs": {
"NO_COLOR": "1",
"NPM_CONFIG_REGISTRY": "http://localhost:4260/"
}
"output": "deno_run_no_ext.out"
}

View file

@ -1,8 +1,4 @@
{
"args": "run -A --quiet npm:@denotest/special-chars-in-bin-name/\\foo\" this is a test",
"output": "deno_run_special_chars_in_bin_name.out",
"envs": {
"NO_COLOR": "1",
"NPM_CONFIG_REGISTRY": "http://localhost:4260/"
}
"output": "deno_run_special_chars_in_bin_name.out"
}

View file

@ -1,8 +1,4 @@
{
"args": "run -A --quiet npm:cowsay@1.5.0 Hello",
"output": "deno_run_cowsay.out",
"envs": {
"NO_COLOR": "1",
"NPM_CONFIG_REGISTRY": "http://localhost:4260/"
}
"output": "deno_run_cowsay.out"
}

View file

@ -1,8 +1,4 @@
{
"args": "run -A --quiet npm:cowsay@1.5.0/cowsay Hello",
"output": "deno_run_cowsay.out",
"envs": {
"NO_COLOR": "1",
"NPM_CONFIG_REGISTRY": "http://localhost:4260/"
}
"output": "deno_run_cowsay.out"
}

View file

@ -1,9 +1,5 @@
{
"tempDir": true,
"args": "run -A --quiet --node-modules-dir npm:cowsay@1.5.0 Hello",
"output": "deno_run_cowsay.out",
"envs": {
"NO_COLOR": "1",
"NPM_CONFIG_REGISTRY": "http://localhost:4260/"
}
"output": "deno_run_cowsay.out"
}

View file

@ -1,8 +1,4 @@
{
"args": "run -A --quiet npm:cowsay@1.5.0/cowthink Hello",
"output": "deno_run_cowthink.out",
"envs": {
"NO_COLOR": "1",
"NPM_CONFIG_REGISTRY": "http://localhost:4260/"
}
"output": "deno_run_cowthink.out"
}

View file

@ -1,9 +1,5 @@
{
"args": "run -A --quiet npm:@denotest/esm-basic",
"output": "deno_run_no_bin_entrypoint.out",
"envs": {
"NO_COLOR": "1",
"NPM_CONFIG_REGISTRY": "http://localhost:4260/"
},
"exitCode": 1
}

View file

@ -1,9 +1,5 @@
{
"args": "run -A --quiet npm:@denotest/esm-basic/non-existent.js",
"output": "deno_run_no_bin_entrypoint_non_existent_subpath.out",
"envs": {
"NO_COLOR": "1",
"NPM_CONFIG_REGISTRY": "http://localhost:4260/"
},
"exitCode": 1
}

View file

@ -1,9 +1,5 @@
{
"args": "run npm:mkdirp@0.5.125",
"output": "deno_run_non_existent.out",
"envs": {
"NO_COLOR": "1",
"NPM_CONFIG_REGISTRY": "http://localhost:4260/"
},
"exitCode": 1
}

View file

@ -1,9 +1,5 @@
{
"args": "run --quiet --no-lock --node-modules-dir=none different_nested_dep/main.js",
"output": "different_nested_dep/main.out",
"envs": {
"NO_COLOR": "1",
"NPM_CONFIG_REGISTRY": "http://localhost:4260/"
},
"exitCode": 0
}

View file

@ -2,9 +2,5 @@
"tempDir": true,
"args": "run --no-lock --quiet --node-modules-dir=auto different_nested_dep/main.js",
"output": "different_nested_dep/main.out",
"envs": {
"NO_COLOR": "1",
"NPM_CONFIG_REGISTRY": "http://localhost:4260/"
},
"exitCode": 0
}

View file

@ -1,9 +1,5 @@
{
"args": "run directory_import/folder_index_js.ts",
"output": "directory_import/folder_index_js.out",
"envs": {
"NO_COLOR": "1",
"NPM_CONFIG_REGISTRY": "http://localhost:4260/"
},
"exitCode": 1
}

View file

@ -1,9 +1,5 @@
{
"args": "run directory_import/folder_no_index.ts",
"output": "directory_import/folder_no_index.out",
"envs": {
"NO_COLOR": "1",
"NPM_CONFIG_REGISTRY": "http://localhost:4260/"
},
"exitCode": 1
}

View file

@ -1,8 +1,4 @@
{
"args": "run -A --quiet dual_cjs_esm/main.ts",
"output": "dual_cjs_esm/main.out",
"envs": {
"NO_COLOR": "1",
"NPM_CONFIG_REGISTRY": "http://localhost:4260/"
}
"output": "dual_cjs_esm/main.out"
}

View file

@ -1,8 +1,4 @@
{
"args": "run --allow-read --quiet dynamic_import_deno_ts_from_npm/main.ts",
"output": "dynamic_import_deno_ts_from_npm/main.out",
"envs": {
"NO_COLOR": "1",
"NPM_CONFIG_REGISTRY": "http://localhost:4260/"
}
"output": "dynamic_import_deno_ts_from_npm/main.out"
}

View file

@ -1,8 +1,4 @@
{
"args": "run -A --reload dynamic_import_invalid_package_name/main.ts",
"output": "dynamic_import_invalid_package_name/main.out",
"envs": {
"NO_COLOR": "1",
"NPM_CONFIG_REGISTRY": "http://localhost:4260/"
}
"output": "dynamic_import_invalid_package_name/main.out"
}

View file

@ -1,8 +1,4 @@
{
"args": "run -A --quiet import_json/main.js",
"output": "import_json/main.out",
"envs": {
"NO_COLOR": "1",
"NPM_CONFIG_REGISTRY": "http://localhost:4260/"
}
"output": "import_json/main.out"
}

View file

@ -1,8 +1,4 @@
{
"args": "run -A --reload dynamic_import_reload_same_package/main.ts",
"output": "dynamic_import_reload_same_package/main.out",
"envs": {
"NO_COLOR": "1",
"NPM_CONFIG_REGISTRY": "http://localhost:4260/"
}
"output": "dynamic_import_reload_same_package/main.out"
}

View file

@ -1,8 +1,4 @@
{
"args": "run --allow-read --allow-env --quiet env_var_re_export/main.js",
"output": "dev\n",
"envs": {
"NO_COLOR": "1",
"NPM_CONFIG_REGISTRY": "http://localhost:4260/"
}
"output": "dev\n"
}

View file

@ -2,8 +2,6 @@
"args": "run --allow-read --allow-env --quiet env_var_re_export/main.js",
"output": "prod\n",
"envs": {
"NO_COLOR": "1",
"NPM_CONFIG_REGISTRY": "http://localhost:4260/",
"NODE_ENV": "production"
}
}

View file

@ -1,9 +1,5 @@
{
"args": "run -A --quiet error_version_after_subpath/main.js",
"output": "error_version_after_subpath/main.out",
"envs": {
"NO_COLOR": "1",
"NPM_CONFIG_REGISTRY": "http://localhost:4260/"
},
"exitCode": 1
}

View file

@ -1,8 +1,4 @@
{
"args": "run -A --quiet import_json/main.js",
"output": "import_json/main.out",
"envs": {
"NO_COLOR": "1",
"NPM_CONFIG_REGISTRY": "http://localhost:4260/"
}
"output": "import_json/main.out"
}

View file

@ -1,8 +1,4 @@
{
"args": "run --allow-read --allow-env --import-map import_map/import_map.json import_map/main.js",
"output": "import_map/main.out",
"envs": {
"NO_COLOR": "1",
"NPM_CONFIG_REGISTRY": "http://localhost:4260/"
}
"output": "import_map/main.out"
}

View file

@ -1,8 +1,4 @@
{
"args": "run --no-lock --node-modules-dir=none imports_package_json/main.js",
"output": "imports_package_json/main.out",
"envs": {
"NO_COLOR": "1",
"NPM_CONFIG_REGISTRY": "http://localhost:4260/"
}
"output": "imports_package_json/main.out"
}

View file

@ -1,9 +1,5 @@
{
"args": "run --no-lock --node-modules-dir=none imports_package_json/import_not_defined.js",
"output": "imports_package_json/import_not_defined.out",
"envs": {
"NO_COLOR": "1",
"NPM_CONFIG_REGISTRY": "http://localhost:4260/"
},
"exitCode": 1
}

View file

@ -1,9 +1,5 @@
{
"args": "run --no-lock --node-modules-dir=none imports_package_json/sub_path_import_not_defined.js",
"output": "imports_package_json/sub_path_import_not_defined.out",
"envs": {
"NO_COLOR": "1",
"NPM_CONFIG_REGISTRY": "http://localhost:4260/"
},
"exitCode": 1
}

View file

@ -1,9 +1,5 @@
{
"args": "info --quiet cjs_with_deps/main.js",
"output": "cjs_with_deps/main_info.out",
"exitCode": 0,
"envs": {
"NO_COLOR": "1",
"NPM_CONFIG_REGISTRY": "http://localhost:4260/"
}
"exitCode": 0
}

View file

@ -2,9 +2,5 @@
"tempDir": true,
"args": "info --quiet --node-modules-dir cjs_with_deps/main.js",
"output": "cjs_with_deps/main_info.out",
"exitCode": 0,
"envs": {
"NO_COLOR": "1",
"NPM_CONFIG_REGISTRY": "http://localhost:4260/"
}
"exitCode": 0
}

View file

@ -1,9 +1,5 @@
{
"args": "info --quiet --json cjs_with_deps/main.js",
"output": "cjs_with_deps/main_info_json.out",
"exitCode": 0,
"envs": {
"NO_COLOR": "1",
"NPM_CONFIG_REGISTRY": "http://localhost:4260/"
}
"exitCode": 0
}

View file

@ -2,9 +2,5 @@
"tempDir": true,
"args": "info --quiet --node-modules-dir --json cjs_with_deps/main.js",
"output": "cjs_with_deps/main_info_json.out",
"exitCode": 0,
"envs": {
"NO_COLOR": "1",
"NPM_CONFIG_REGISTRY": "http://localhost:4260/"
}
"exitCode": 0
}

View file

@ -1,9 +1,5 @@
{
"args": "info --quiet npm:chalk@4",
"output": "info/chalk.out",
"exitCode": 0,
"envs": {
"NO_COLOR": "1",
"NPM_CONFIG_REGISTRY": "http://localhost:4260/"
}
"exitCode": 0
}

View file

@ -1,9 +1,5 @@
{
"args": "info --quiet --json npm:chalk@4",
"output": "info/chalk_json.out",
"exitCode": 0,
"envs": {
"NO_COLOR": "1",
"NPM_CONFIG_REGISTRY": "http://localhost:4260/"
}
"exitCode": 0
}

View file

@ -1,9 +1,5 @@
{
"args": "info --quiet peer_deps_with_copied_folders/main.ts",
"output": "peer_deps_with_copied_folders/main_info.out",
"exitCode": 0,
"envs": {
"NO_COLOR": "1",
"NPM_CONFIG_REGISTRY": "http://localhost:4260/"
}
"exitCode": 0
}

View file

@ -1,9 +1,5 @@
{
"args": "info --quiet --json peer_deps_with_copied_folders/main.ts",
"output": "peer_deps_with_copied_folders/main_info_json.out",
"exitCode": 0,
"envs": {
"NO_COLOR": "1",
"NPM_CONFIG_REGISTRY": "http://localhost:4260/"
}
"exitCode": 0
}

View file

@ -1,9 +1,5 @@
{
"args": "run mixed_case_package_name/global.ts",
"output": "mixed_case_package_name/global.out",
"exitCode": 0,
"envs": {
"NO_COLOR": "1",
"NPM_CONFIG_REGISTRY": "http://localhost:4260/"
}
"exitCode": 0
}

View file

@ -2,9 +2,5 @@
"tempDir": true,
"args": "run --node-modules-dir=auto -A mixed_case_package_name/local.ts",
"output": "mixed_case_package_name/local.out",
"exitCode": 0,
"envs": {
"NO_COLOR": "1",
"NPM_CONFIG_REGISTRY": "http://localhost:4260/"
}
"exitCode": 0
}

View file

@ -1,9 +1,5 @@
{
"args": "run --quiet node_modules_deno_node_modules/main.ts",
"output": "node_modules_deno_node_modules/main.out",
"exitCode": 0,
"envs": {
"NO_COLOR": "1",
"NPM_CONFIG_REGISTRY": "http://localhost:4260/"
}
"exitCode": 0
}

View file

@ -2,9 +2,5 @@
"tempDir": true,
"args": "run --quiet --node-modules-dir node_modules_deno_node_modules/main.ts",
"output": "node_modules_deno_node_modules/main.out",
"exitCode": 0,
"envs": {
"NO_COLOR": "1",
"NPM_CONFIG_REGISTRY": "http://localhost:4260/"
}
"exitCode": 0
}

View file

@ -2,9 +2,5 @@
"tempDir": true,
"args": "run --node-modules-dir=auto -A --quiet require_added_nm_folder/main.js",
"output": "require_added_nm_folder/main.out",
"envs": {
"NO_COLOR": "1",
"NPM_CONFIG_REGISTRY": "http://localhost:4260/"
},
"exitCode": 0
}

View file

@ -2,9 +2,5 @@
"tempDir": true,
"args": "run --node-modules-dir -A --quiet require_main/main.js",
"output": "require_main/main.out",
"envs": {
"NO_COLOR": "1",
"NPM_CONFIG_REGISTRY": "http://localhost:4260/"
},
"exitCode": 0
}

View file

@ -1,9 +1,5 @@
{
"tempDir": true,
"args": "run --allow-read --allow-env --node-modules-dir=auto cjs_with_deps/main.js",
"output": "cjs_with_deps/main_node_modules.out",
"envs": {
"NO_COLOR": "1",
"NPM_CONFIG_REGISTRY": "http://localhost:4260/"
}
"output": "cjs_with_deps/main_node_modules.out"
}

View file

@ -1,9 +1,5 @@
{
"tempDir": true,
"args": "run --allow-read --allow-env --node-modules-dir=auto cjs_yargs/main.js",
"output": "cjs_yargs/main.out",
"envs": {
"NO_COLOR": "1",
"NPM_CONFIG_REGISTRY": "http://localhost:4260/"
}
"output": "cjs_yargs/main.out"
}

View file

@ -1,9 +1,5 @@
{
"args": "cache npm:@denotest/non-existent-dep",
"envs": {
"NO_COLOR": "1",
"NPM_CONFIG_REGISTRY": "http://localhost:4260/"
},
"exitCode": 1,
"output": "[UNORDERED_START]\nDownload http://localhost:4260/@denotest/non-existent-dep\nDownload http://localhost:4260/@denotest/non-existent\n[UNORDERED_END]\nerror: npm package '@denotest/non-existent' does not exist.\n"
}

View file

@ -1,9 +1,5 @@
{
"args": "cache npm:@denotest/non-existent-dep-version",
"envs": {
"NO_COLOR": "1",
"NPM_CONFIG_REGISTRY": "http://localhost:4260/"
},
"exitCode": 1,
"output": "[UNORDERED_START]\nDownload http://localhost:4260/@denotest/non-existent-dep-version\nDownload http://localhost:4260/@denotest/esm-basic\n[UNORDERED_END]\nerror: Could not find npm package '@denotest/esm-basic' matching '=99.99.99'.\n"
}

View file

@ -1,9 +1,5 @@
{
"args": "run -A --quiet nonexistent_file/main.js",
"output": "nonexistent_file/main.out",
"envs": {
"NO_COLOR": "1",
"NPM_CONFIG_REGISTRY": "http://localhost:4260/"
},
"exitCode": 1
}

View file

@ -2,9 +2,5 @@
"tempDir": true,
"args": "run -A --quiet --node-modules-dir nonexistent_file/main.js",
"output": "nonexistent_file/main.out",
"envs": {
"NO_COLOR": "1",
"NPM_CONFIG_REGISTRY": "http://localhost:4260/"
},
"exitCode": 1
}

View file

@ -1,8 +1,4 @@
{
"args": "run --allow-read permissions_outside_package/main.ts",
"output": "permissions_outside_package/main.out",
"envs": {
"NO_COLOR": "1",
"NPM_CONFIG_REGISTRY": "http://localhost:4260/"
}
"output": "permissions_outside_package/main.out"
}

View file

@ -1,9 +1,5 @@
{
"args": "run --quiet -A remote_npm_specifier/main.ts",
"output": "remote_npm_specifier/main.out",
"envs": {
"NO_COLOR": "1",
"NPM_CONFIG_REGISTRY": "http://localhost:4260/"
},
"exitCode": 0
}

View file

@ -1,8 +1,4 @@
{
"args": "run -A --quiet require_json/main.js",
"output": "require_json/main.out",
"envs": {
"NO_COLOR": "1",
"NPM_CONFIG_REGISTRY": "http://localhost:4260/"
}
"output": "require_json/main.out"
}

View file

@ -1,8 +1,4 @@
{
"args": "run reserved_word_exports/main.ts",
"output": "reserved_word_exports/main.out",
"envs": {
"NO_COLOR": "1",
"NPM_CONFIG_REGISTRY": "http://localhost:4260/"
}
"output": "reserved_word_exports/main.out"
}

View file

@ -1,9 +1,5 @@
{
"tempDir": true,
"args": "run --allow-read --node-modules-dir=auto npm:@denotest/bin/cli-esm dev --help",
"output": "run_existing_npm_package_with_subpath/main.out",
"envs": {
"NO_COLOR": "1",
"NPM_CONFIG_REGISTRY": "http://localhost:4260/"
}
"output": "run_existing_npm_package_with_subpath/main.out"
}

View file

@ -1,8 +1,4 @@
{
"args": "run -A --quiet sub_paths/main.jsx",
"output": "sub_paths/main.out",
"envs": {
"NO_COLOR": "1",
"NPM_CONFIG_REGISTRY": "http://localhost:4260/"
}
"output": "sub_paths/main.out"
}

View file

@ -1,8 +1,4 @@
{
"args": "run -A --quiet tarball_with_global_header/main.js",
"output": "tarball_with_global_header/main.out",
"envs": {
"NO_COLOR": "1",
"NPM_CONFIG_REGISTRY": "http://localhost:4260/"
}
"output": "tarball_with_global_header/main.out"
}

View file

@ -1,8 +1,4 @@
{
"args": "run -A --quiet translate_cjs_to_esm/main.js",
"output": "translate_cjs_to_esm/main.out",
"envs": {
"NO_COLOR": "1",
"NPM_CONFIG_REGISTRY": "http://localhost:4260/"
}
"output": "translate_cjs_to_esm/main.out"
}

View file

@ -1,9 +1,5 @@
{
"args": "check --quiet types_ambient_module/main.ts",
"output": "types_ambient_module/main.out",
"envs": {
"NO_COLOR": "1",
"NPM_CONFIG_REGISTRY": "http://localhost:4260/"
},
"exitCode": 1
}

View file

@ -1,9 +1,5 @@
{
"args": "check --quiet --import-map=types_ambient_module/import_map.json types_ambient_module/main_import_map.ts",
"output": "types_ambient_module/main_import_map.out",
"envs": {
"NO_COLOR": "1",
"NPM_CONFIG_REGISTRY": "http://localhost:4260/"
},
"exitCode": 1
}

View file

@ -1,8 +1,4 @@
{
"args": "check --all d_ext/main.ts",
"output": "d_ext/main.out",
"envs": {
"NO_COLOR": "1",
"NPM_CONFIG_REGISTRY": "http://localhost:4260/"
}
"output": "d_ext/main.out"
}

View file

@ -1,9 +1,5 @@
{
"args": "check --all types_entry_value_not_exists/main.ts",
"output": "types_entry_value_not_exists/main.out",
"envs": {
"NO_COLOR": "1",
"NPM_CONFIG_REGISTRY": "http://localhost:4260/"
},
"exitCode": 1
}

View file

@ -1,9 +1,5 @@
{
"args": "check --all types_exports_import_types/main.ts",
"output": "types_exports_import_types/main.out",
"envs": {
"NO_COLOR": "1",
"NPM_CONFIG_REGISTRY": "http://localhost:4260/"
},
"exitCode": 1
}

View file

@ -1,9 +1,5 @@
{
"args": "check --all types_no_types_entry/main.ts",
"output": "types_no_types_entry/main.out",
"envs": {
"NO_COLOR": "1",
"NPM_CONFIG_REGISTRY": "http://localhost:4260/"
},
"exitCode": 1
}

View file

@ -1,9 +1,5 @@
{
"args": "run typescript_file_in_package/main.ts",
"output": "typescript_file_in_package/main.out",
"envs": {
"NO_COLOR": "1",
"NPM_CONFIG_REGISTRY": "http://localhost:4260/"
},
"exitCode": 1
}

View file

@ -1,7 +1,4 @@
{
"args": "task -q --config deno.json echo 2",
"output": "task_additional_args.out",
"envs": {
"NO_COLOR": "1"
}
"output": "task_additional_args.out"
}

View file

@ -1,7 +1,4 @@
{
"args": "task -q --config deno.json echo string \"quoted string\"",
"output": "task_additional_args_nested_strings.out",
"envs": {
"NO_COLOR": "1"
}
"output": "task_additional_args_nested_strings.out"
}

View file

@ -1,7 +1,4 @@
{
"args": "task -q --config deno.json echo || echo 5",
"output": "task_additional_args_no_logic.out",
"envs": {
"NO_COLOR": "1"
}
"output": "task_additional_args_no_logic.out"
}

View file

@ -1,7 +1,4 @@
{
"args": "task -q --config deno.json echo $(echo 5)",
"output": "task_additional_args_no_shell_expansion.out",
"envs": {
"NO_COLOR": "1"
}
"output": "task_additional_args_no_shell_expansion.out"
}

View file

@ -1,7 +1,4 @@
{
"args": "task -q --config deno.json boolean_logic",
"output": "task_boolean_logic.out",
"envs": {
"NO_COLOR": "1"
}
"output": "task_boolean_logic.out"
}

View file

@ -1,9 +1,5 @@
{
"args": "task --config deno.json other",
"output": "deno_selected.out",
"envs": {
"NO_COLOR": "1",
"NPM_CONFIG_REGISTRY": "http://localhost:4260/"
},
"exitCode": 0
}

View file

@ -1,8 +1,5 @@
{
"args": "task --config deno.json",
"output": "no_args.out",
"envs": {
"NO_COLOR": "1"
},
"exitCode": 0
}

View file

@ -1,9 +1,5 @@
{
"args": "task --config deno.json output some text",
"output": "prefers_deno.out",
"envs": {
"NO_COLOR": "1",
"NPM_CONFIG_REGISTRY": "http://localhost:4260/"
},
"exitCode": 0
}

View file

@ -1,8 +1,5 @@
{
"args": "task -q --config deno.json --cwd .. echo_cwd",
"output": "task_cwd.out",
"envs": {
"NO_COLOR": "1"
},
"exitCode": 0
}

View file

@ -1,8 +1,5 @@
{
"args": "task -q --cwd deno.json",
"output": "task_no_args.out",
"envs": {
"NO_COLOR": "1"
},
"exitCode": 0
}

View file

@ -1,7 +1,4 @@
{
"args": "task -q --config deno.json deno_echo",
"output": "task_deno_exe_no_env.out",
"envs": {
"NO_COLOR": "1"
}
"output": "task_deno_exe_no_env.out"
}

Some files were not shown because too many files have changed in this diff Show more