diff options
Diffstat (limited to 'cli/tests')
-rw-r--r-- | cli/tests/integration_tests.rs | 5 | ||||
-rw-r--r-- | cli/tests/subdir/empty.ts | 0 |
2 files changed, 5 insertions, 0 deletions
diff --git a/cli/tests/integration_tests.rs b/cli/tests/integration_tests.rs index 5a6bdae14..cfc946a36 100644 --- a/cli/tests/integration_tests.rs +++ b/cli/tests/integration_tests.rs @@ -2273,6 +2273,11 @@ itest!(config { output: "config.ts.out", }); +itest!(emtpy_typescript { + args: "run --reload subdir/empty.ts", + output_str: Some("Check file:[WILDCARD]tests/subdir/empty.ts\n"), +}); + itest!(error_001 { args: "run --reload error_001.ts", exit_code: 1, diff --git a/cli/tests/subdir/empty.ts b/cli/tests/subdir/empty.ts new file mode 100644 index 000000000..e69de29bb --- /dev/null +++ b/cli/tests/subdir/empty.ts |