diff options
Diffstat (limited to 'cli/tests/testdata/compat/existing_import_map.json')
-rw-r--r-- | cli/tests/testdata/compat/existing_import_map.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/cli/tests/testdata/compat/existing_import_map.json b/cli/tests/testdata/compat/existing_import_map.json new file mode 100644 index 000000000..db59c0cc2 --- /dev/null +++ b/cli/tests/testdata/compat/existing_import_map.json @@ -0,0 +1,5 @@ +{ + "imports": { + "fs/promises": "./non_existent_file.js" + } +} |