diff options
Diffstat (limited to 'cli/tests/error_local_static_import_from_remote.js')
-rw-r--r-- | cli/tests/error_local_static_import_from_remote.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/tests/error_local_static_import_from_remote.js b/cli/tests/error_local_static_import_from_remote.js new file mode 100644 index 000000000..eb7fd23ba --- /dev/null +++ b/cli/tests/error_local_static_import_from_remote.js @@ -0,0 +1 @@ +import "file:///some/dir/file.js"; |