summaryrefslogtreecommitdiff
path: root/tests/specs/npm
diff options
context:
space:
mode:
Diffstat (limited to 'tests/specs/npm')
-rw-r--r--tests/specs/npm/bin_entries_prefer_closer/__test__.jsonc3
-rw-r--r--tests/specs/npm/byonm/__test__.jsonc6
-rw-r--r--tests/specs/npm/check_prefers_non_types_node_pkg/__test__.jsonc3
-rw-r--r--tests/specs/npm/check_types_in_types_pkg/__test__.jsonc3
-rw-r--r--tests/specs/npm/cjs_internal_types_default_export/__test__.jsonc3
-rw-r--r--tests/specs/npm/exec_file_inside_npm_package/__test__.jsonc5
-rw-r--r--tests/specs/npm/future_auto_install_no_package_json/__test__.jsonc3
-rw-r--r--tests/specs/npm/future_node_modules_dir_setting/__test__.jsonc3
-rw-r--r--tests/specs/npm/lifecycle_scripts/__test__.jsonc3
-rw-r--r--tests/specs/npm/npm_pkg_depend_dep_same_name/__test__.jsonc3
-rw-r--r--tests/specs/npm/npmrc/__test__.jsonc3
-rw-r--r--tests/specs/npm/npmrc_bad_registry_config/__test__.jsonc3
-rw-r--r--tests/specs/npm/npmrc_bad_token/__test__.jsonc3
-rw-r--r--tests/specs/npm/npmrc_basic_auth/__test__.jsonc3
-rw-r--r--tests/specs/npm/npmrc_deno_json/__test__.jsonc3
-rw-r--r--tests/specs/npm/npmrc_homedir/__test__.jsonc1
-rw-r--r--tests/specs/npm/npmrc_not_next_to_package_json/__test__.jsonc1
-rw-r--r--tests/specs/npm/npmrc_password_no_username/__test__.jsonc3
-rw-r--r--tests/specs/npm/npmrc_username_no_password/__test__.jsonc3
-rw-r--r--tests/specs/npm/npmrc_username_password/__test__.jsonc3
-rw-r--r--tests/specs/npm/workspace_basic/__test__.jsonc3
-rw-r--r--tests/specs/npm/workspace_conflicting_dep/__test__.jsonc3
-rw-r--r--tests/specs/npm/workspace_dep_aliases/__test__.jsonc3
23 files changed, 1 insertions, 69 deletions
diff --git a/tests/specs/npm/bin_entries_prefer_closer/__test__.jsonc b/tests/specs/npm/bin_entries_prefer_closer/__test__.jsonc
index 90d788518..92d43e761 100644
--- a/tests/specs/npm/bin_entries_prefer_closer/__test__.jsonc
+++ b/tests/specs/npm/bin_entries_prefer_closer/__test__.jsonc
@@ -1,7 +1,4 @@
{
- "envs": {
- "DENO_FUTURE": "1"
- },
"tempDir": true,
"steps": [
{
diff --git a/tests/specs/npm/byonm/__test__.jsonc b/tests/specs/npm/byonm/__test__.jsonc
index 8edb6b0bf..011b4b6c8 100644
--- a/tests/specs/npm/byonm/__test__.jsonc
+++ b/tests/specs/npm/byonm/__test__.jsonc
@@ -2,9 +2,6 @@
"tempDir": true,
"tests": {
"future_not_installed": {
- "envs": {
- "DENO_FUTURE": "1"
- },
"steps": [{
"args": "run -A not_installed.ts",
"output": "future_not_installed.out",
@@ -12,9 +9,6 @@
}]
},
"future_invalid_sub_path": {
- "envs": {
- "DENO_FUTURE": "1"
- },
"steps": [{
"args": "install",
"output": "[WILDCARD]"
diff --git a/tests/specs/npm/check_prefers_non_types_node_pkg/__test__.jsonc b/tests/specs/npm/check_prefers_non_types_node_pkg/__test__.jsonc
index d2682e161..fc6746d87 100644
--- a/tests/specs/npm/check_prefers_non_types_node_pkg/__test__.jsonc
+++ b/tests/specs/npm/check_prefers_non_types_node_pkg/__test__.jsonc
@@ -2,9 +2,6 @@
"tempDir": true,
"tests": {
"byonm": {
- "envs": {
- "DENO_FUTURE": "1"
- },
"steps": [{
"args": "install",
"output": "[WILDCARD]"
diff --git a/tests/specs/npm/check_types_in_types_pkg/__test__.jsonc b/tests/specs/npm/check_types_in_types_pkg/__test__.jsonc
index 3ca5f23d2..965a58aea 100644
--- a/tests/specs/npm/check_types_in_types_pkg/__test__.jsonc
+++ b/tests/specs/npm/check_types_in_types_pkg/__test__.jsonc
@@ -2,9 +2,6 @@
"tempDir": true,
"tests": {
"byonm": {
- "envs": {
- "DENO_FUTURE": "1"
- },
"steps": [{
"args": "install",
"output": "[WILDCARD]"
diff --git a/tests/specs/npm/cjs_internal_types_default_export/__test__.jsonc b/tests/specs/npm/cjs_internal_types_default_export/__test__.jsonc
index dc8aabedb..c207216f4 100644
--- a/tests/specs/npm/cjs_internal_types_default_export/__test__.jsonc
+++ b/tests/specs/npm/cjs_internal_types_default_export/__test__.jsonc
@@ -1,8 +1,5 @@
{
"tempDir": true,
- "envs": {
- "DENO_FUTURE": "1"
- },
"steps": [{
"commandName": "npm",
"args": "install",
diff --git a/tests/specs/npm/exec_file_inside_npm_package/__test__.jsonc b/tests/specs/npm/exec_file_inside_npm_package/__test__.jsonc
index 01e6cc431..f816bad86 100644
--- a/tests/specs/npm/exec_file_inside_npm_package/__test__.jsonc
+++ b/tests/specs/npm/exec_file_inside_npm_package/__test__.jsonc
@@ -1,7 +1,4 @@
{
"args": "run -A main.ts",
- "output": "main.out",
- "envs": {
- "DENO_FUTURE": "1"
- }
+ "output": "main.out"
}
diff --git a/tests/specs/npm/future_auto_install_no_package_json/__test__.jsonc b/tests/specs/npm/future_auto_install_no_package_json/__test__.jsonc
index ea3cce88f..495b49266 100644
--- a/tests/specs/npm/future_auto_install_no_package_json/__test__.jsonc
+++ b/tests/specs/npm/future_auto_install_no_package_json/__test__.jsonc
@@ -1,7 +1,4 @@
{
- "envs": {
- "DENO_FUTURE": "1"
- },
"steps": [{
// should auto-install because no package.json
"args": "run --quiet main.ts",
diff --git a/tests/specs/npm/future_node_modules_dir_setting/__test__.jsonc b/tests/specs/npm/future_node_modules_dir_setting/__test__.jsonc
index 745dc9530..e9c9bd81d 100644
--- a/tests/specs/npm/future_node_modules_dir_setting/__test__.jsonc
+++ b/tests/specs/npm/future_node_modules_dir_setting/__test__.jsonc
@@ -1,7 +1,4 @@
{
- "envs": {
- "DENO_FUTURE": "1"
- },
"tempDir": true,
"steps": [{
// byonm where this fails be
diff --git a/tests/specs/npm/lifecycle_scripts/__test__.jsonc b/tests/specs/npm/lifecycle_scripts/__test__.jsonc
index 6ea9b8f6e..f7a722a8b 100644
--- a/tests/specs/npm/lifecycle_scripts/__test__.jsonc
+++ b/tests/specs/npm/lifecycle_scripts/__test__.jsonc
@@ -74,9 +74,6 @@
},
"future_install_lifecycle_scripts": {
"tempDir": true,
- "envs": {
- "DENO_FUTURE": "1"
- },
"steps": [
{
"args": [
diff --git a/tests/specs/npm/npm_pkg_depend_dep_same_name/__test__.jsonc b/tests/specs/npm/npm_pkg_depend_dep_same_name/__test__.jsonc
index d2f4cf6fb..4bca3ecab 100644
--- a/tests/specs/npm/npm_pkg_depend_dep_same_name/__test__.jsonc
+++ b/tests/specs/npm/npm_pkg_depend_dep_same_name/__test__.jsonc
@@ -1,8 +1,5 @@
{
"tempDir": true,
- "envs": {
- "DENO_FUTURE": "1"
- },
"steps": [{
"args": "install",
"output": "[WILDCARD]"
diff --git a/tests/specs/npm/npmrc/__test__.jsonc b/tests/specs/npm/npmrc/__test__.jsonc
index d45c5944c..e7588a779 100644
--- a/tests/specs/npm/npmrc/__test__.jsonc
+++ b/tests/specs/npm/npmrc/__test__.jsonc
@@ -2,9 +2,6 @@
"tempDir": true,
"tests": {
"deno_install": {
- "envs": {
- "DENO_FUTURE": "1"
- },
"steps": [{
"args": "install",
"output": "install.out"
diff --git a/tests/specs/npm/npmrc_bad_registry_config/__test__.jsonc b/tests/specs/npm/npmrc_bad_registry_config/__test__.jsonc
index fe99247b1..d1f4855d0 100644
--- a/tests/specs/npm/npmrc_bad_registry_config/__test__.jsonc
+++ b/tests/specs/npm/npmrc_bad_registry_config/__test__.jsonc
@@ -1,7 +1,4 @@
{
- "envs": {
- "DENO_FUTURE": "1"
- },
"tempDir": true,
"args": "install",
"output": "main.out",
diff --git a/tests/specs/npm/npmrc_bad_token/__test__.jsonc b/tests/specs/npm/npmrc_bad_token/__test__.jsonc
index fe99247b1..d1f4855d0 100644
--- a/tests/specs/npm/npmrc_bad_token/__test__.jsonc
+++ b/tests/specs/npm/npmrc_bad_token/__test__.jsonc
@@ -1,7 +1,4 @@
{
- "envs": {
- "DENO_FUTURE": "1"
- },
"tempDir": true,
"args": "install",
"output": "main.out",
diff --git a/tests/specs/npm/npmrc_basic_auth/__test__.jsonc b/tests/specs/npm/npmrc_basic_auth/__test__.jsonc
index 44298ed2f..38cc92e7a 100644
--- a/tests/specs/npm/npmrc_basic_auth/__test__.jsonc
+++ b/tests/specs/npm/npmrc_basic_auth/__test__.jsonc
@@ -1,7 +1,4 @@
{
- "envs": {
- "DENO_FUTURE": "1"
- },
"tempDir": true,
"steps": [{
"args": "install",
diff --git a/tests/specs/npm/npmrc_deno_json/__test__.jsonc b/tests/specs/npm/npmrc_deno_json/__test__.jsonc
index 5d07b7034..f94250771 100644
--- a/tests/specs/npm/npmrc_deno_json/__test__.jsonc
+++ b/tests/specs/npm/npmrc_deno_json/__test__.jsonc
@@ -1,7 +1,4 @@
{
- "envs": {
- "DENO_FUTURE": "1"
- },
"tempDir": true,
"args": "run -A main.js",
"output": "main.out"
diff --git a/tests/specs/npm/npmrc_homedir/__test__.jsonc b/tests/specs/npm/npmrc_homedir/__test__.jsonc
index fa993901b..45a3c6770 100644
--- a/tests/specs/npm/npmrc_homedir/__test__.jsonc
+++ b/tests/specs/npm/npmrc_homedir/__test__.jsonc
@@ -1,7 +1,6 @@
{
"tempDir": true,
"envs": {
- "DENO_FUTURE": "1",
"HOME": "$PWD/../",
"USERPROFILE": "$PWD\\..\\"
},
diff --git a/tests/specs/npm/npmrc_not_next_to_package_json/__test__.jsonc b/tests/specs/npm/npmrc_not_next_to_package_json/__test__.jsonc
index 56c50bae5..68fa8fdf0 100644
--- a/tests/specs/npm/npmrc_not_next_to_package_json/__test__.jsonc
+++ b/tests/specs/npm/npmrc_not_next_to_package_json/__test__.jsonc
@@ -1,6 +1,5 @@
{
"envs": {
- "DENO_FUTURE": "1",
"USERPROFILE": "$DENO_DIR",
"HOME": "$DENO_DIR"
},
diff --git a/tests/specs/npm/npmrc_password_no_username/__test__.jsonc b/tests/specs/npm/npmrc_password_no_username/__test__.jsonc
index a36537cb7..ad130c0f6 100644
--- a/tests/specs/npm/npmrc_password_no_username/__test__.jsonc
+++ b/tests/specs/npm/npmrc_password_no_username/__test__.jsonc
@@ -1,7 +1,4 @@
{
- "envs": {
- "DENO_FUTURE": "1"
- },
"tempDir": true,
"steps": [{
"args": "install",
diff --git a/tests/specs/npm/npmrc_username_no_password/__test__.jsonc b/tests/specs/npm/npmrc_username_no_password/__test__.jsonc
index a36537cb7..ad130c0f6 100644
--- a/tests/specs/npm/npmrc_username_no_password/__test__.jsonc
+++ b/tests/specs/npm/npmrc_username_no_password/__test__.jsonc
@@ -1,7 +1,4 @@
{
- "envs": {
- "DENO_FUTURE": "1"
- },
"tempDir": true,
"steps": [{
"args": "install",
diff --git a/tests/specs/npm/npmrc_username_password/__test__.jsonc b/tests/specs/npm/npmrc_username_password/__test__.jsonc
index 44298ed2f..38cc92e7a 100644
--- a/tests/specs/npm/npmrc_username_password/__test__.jsonc
+++ b/tests/specs/npm/npmrc_username_password/__test__.jsonc
@@ -1,7 +1,4 @@
{
- "envs": {
- "DENO_FUTURE": "1"
- },
"tempDir": true,
"steps": [{
"args": "install",
diff --git a/tests/specs/npm/workspace_basic/__test__.jsonc b/tests/specs/npm/workspace_basic/__test__.jsonc
index 763f10649..8ecde6887 100644
--- a/tests/specs/npm/workspace_basic/__test__.jsonc
+++ b/tests/specs/npm/workspace_basic/__test__.jsonc
@@ -14,9 +14,6 @@
"output": "b/main_node_modules_dir.out"
},
"byonm": {
- "envs": {
- "DENO_FUTURE": "1"
- },
"steps": [{
"args": "install",
"output": "[WILDCARD]"
diff --git a/tests/specs/npm/workspace_conflicting_dep/__test__.jsonc b/tests/specs/npm/workspace_conflicting_dep/__test__.jsonc
index 82d59906e..1e5d34381 100644
--- a/tests/specs/npm/workspace_conflicting_dep/__test__.jsonc
+++ b/tests/specs/npm/workspace_conflicting_dep/__test__.jsonc
@@ -2,9 +2,6 @@
"tempDir": true,
"tests": {
"conflicting_deps": {
- "envs": {
- "DENO_FUTURE": "1"
- },
"steps": [
{
"args": "install",
diff --git a/tests/specs/npm/workspace_dep_aliases/__test__.jsonc b/tests/specs/npm/workspace_dep_aliases/__test__.jsonc
index 82d59906e..1e5d34381 100644
--- a/tests/specs/npm/workspace_dep_aliases/__test__.jsonc
+++ b/tests/specs/npm/workspace_dep_aliases/__test__.jsonc
@@ -2,9 +2,6 @@
"tempDir": true,
"tests": {
"conflicting_deps": {
- "envs": {
- "DENO_FUTURE": "1"
- },
"steps": [
{
"args": "install",