summaryrefslogtreecommitdiff
path: root/tests/specs/test/no_prompt_by_default/main.ts
diff options
context:
space:
mode:
Diffstat (limited to 'tests/specs/test/no_prompt_by_default/main.ts')
-rw-r--r--tests/specs/test/no_prompt_by_default/main.ts3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/specs/test/no_prompt_by_default/main.ts b/tests/specs/test/no_prompt_by_default/main.ts
new file mode 100644
index 000000000..83837825d
--- /dev/null
+++ b/tests/specs/test/no_prompt_by_default/main.ts
@@ -0,0 +1,3 @@
+Deno.test("no prompt", async () => {
+ await Deno.readTextFile("./some_file.txt");
+});