diff options
Diffstat (limited to 'cli/tests/testdata/import_assertions/json_with_shebang.ts.out')
-rw-r--r-- | cli/tests/testdata/import_assertions/json_with_shebang.ts.out | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/tests/testdata/import_assertions/json_with_shebang.ts.out b/cli/tests/testdata/import_assertions/json_with_shebang.ts.out index ae5f3a65f..23eb03720 100644 --- a/cli/tests/testdata/import_assertions/json_with_shebang.ts.out +++ b/cli/tests/testdata/import_assertions/json_with_shebang.ts.out @@ -1 +1 @@ -error: Uncaught SyntaxError: Unexpected token # in JSON at position 0 +error: Uncaught SyntaxError: Unexpected token '#', "#!/usr/env"... is not valid JSON |