diff options
Diffstat (limited to 'cli/tests/testdata/import_attributes/static_error.out')
-rw-r--r-- | cli/tests/testdata/import_attributes/static_error.out | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cli/tests/testdata/import_attributes/static_error.out b/cli/tests/testdata/import_attributes/static_error.out new file mode 100644 index 000000000..171ae0c1a --- /dev/null +++ b/cli/tests/testdata/import_attributes/static_error.out @@ -0,0 +1,4 @@ +[WILDCARD] +error: Expected a JavaScript or TypeScript module, but identified a Json module. Consider importing Json modules with an import attribute with the type of "json". + Specifier: [WILDCARD]/data.json + at [WILDCARD]static_error.ts:1:18 |