diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2019-04-16 15:13:42 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-04-16 15:13:42 -0400 |
commit | 1bfb44336914a775cd01120165517394d30aec23 (patch) | |
tree | 2f126b5f36ad8fe2ddd9cae118058affd413c68d /tests/error_009_missing_js_module.disabled | |
parent | 0c463582206881b6461742633a67f51632db614e (diff) |
Implement async module loading in CLI (#2084)
Diffstat (limited to 'tests/error_009_missing_js_module.disabled')
-rw-r--r-- | tests/error_009_missing_js_module.disabled | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/error_009_missing_js_module.disabled b/tests/error_009_missing_js_module.disabled new file mode 100644 index 000000000..b16bb232b --- /dev/null +++ b/tests/error_009_missing_js_module.disabled @@ -0,0 +1,4 @@ +args: tests/error_009_missing_js_module.js +check_stderr: true +exit_code: 1 +output: tests/error_009_missing_js_module.js.out
\ No newline at end of file |