diff options
Diffstat (limited to 'tests/specs/test/no_prompt_by_default/main.out')
| -rw-r--r-- | tests/specs/test/no_prompt_by_default/main.out | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/tests/specs/test/no_prompt_by_default/main.out b/tests/specs/test/no_prompt_by_default/main.out new file mode 100644 index 000000000..e0d1290ec --- /dev/null +++ b/tests/specs/test/no_prompt_by_default/main.out @@ -0,0 +1,16 @@ +running 1 test from ./main.ts +no prompt ... FAILED ([WILDCARD]s) + + ERRORS + +no prompt => ./main.ts:[WILDCARD] +error: NotCapable: Requires read access to "./some_file.txt", run again with the --allow-read flag +[WILDCARD] + + FAILURES + +no prompt => ./main.ts:[WILDCARD] + +FAILED | 0 passed | 1 failed ([WILDCARD]s) + +error: Test failed |
