summaryrefslogtreecommitdiff
path: root/tests/specs/test
diff options
context:
space:
mode:
Diffstat (limited to 'tests/specs/test')
-rw-r--r--tests/specs/test/check_local_by_default/__test__.jsonc2
-rw-r--r--tests/specs/test/check_local_by_default2/__test__.jsonc2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/specs/test/check_local_by_default/__test__.jsonc b/tests/specs/test/check_local_by_default/__test__.jsonc
index 602250082..138d007ad 100644
--- a/tests/specs/test/check_local_by_default/__test__.jsonc
+++ b/tests/specs/test/check_local_by_default/__test__.jsonc
@@ -1,4 +1,4 @@
{
- "args": "test --quiet main.ts",
+ "args": "test --allow-import --quiet main.ts",
"output": "main.out"
}
diff --git a/tests/specs/test/check_local_by_default2/__test__.jsonc b/tests/specs/test/check_local_by_default2/__test__.jsonc
index 59774f938..79068d63f 100644
--- a/tests/specs/test/check_local_by_default2/__test__.jsonc
+++ b/tests/specs/test/check_local_by_default2/__test__.jsonc
@@ -1,5 +1,5 @@
{
- "args": "test --quiet main.ts",
+ "args": "test --allow-import --quiet main.ts",
"output": "main.out",
"exitCode": 1
}