diff options
author | andy finch <andyfinch7@gmail.com> | 2019-04-04 05:33:32 -0400 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2019-04-04 05:33:32 -0400 |
commit | 0e7311e1717edd312d371148f331fb558d9bcc4b (patch) | |
tree | 38957fde88f8359886f4f7a00bea91668c7609b3 /tests/error_004_missing_module.test | |
parent | 8c8576619852ee8b8095ca735f6d517a7e707e79 (diff) |
Non-fatal compile_sync failures (#2039)
And model worker resources as Stream
Diffstat (limited to 'tests/error_004_missing_module.test')
-rw-r--r-- | tests/error_004_missing_module.test | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/error_004_missing_module.test b/tests/error_004_missing_module.test new file mode 100644 index 000000000..b94c86004 --- /dev/null +++ b/tests/error_004_missing_module.test @@ -0,0 +1,4 @@ +args: tests/error_004_missing_module.ts --reload +check_stderr: true +exit_code: 1 +output: tests/error_004_missing_module.ts.out |