diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/specs/import_map/import_map_config/config.out | 3 | ||||
-rw-r--r-- | tests/specs/workspaces/non_fatal_diagnostics/lint.out | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/tests/specs/import_map/import_map_config/config.out b/tests/specs/import_map/import_map_config/config.out index 72df124a2..c363360ac 100644 --- a/tests/specs/import_map/import_map_config/config.out +++ b/tests/specs/import_map/import_map_config/config.out @@ -1,4 +1,5 @@ -Warning "importMap" setting is ignored when "imports" or "scopes" are specified in the config file. +Warning "importMap" field is ignored when "imports" or "scopes" are specified in the config file. + at file:///[WILDLINE]/import_map_config/config.json Hello from remapped moment! Hello from remapped moment dir! Hello from remapped lodash! diff --git a/tests/specs/workspaces/non_fatal_diagnostics/lint.out b/tests/specs/workspaces/non_fatal_diagnostics/lint.out index f2fbd1822..864dc47ac 100644 --- a/tests/specs/workspaces/non_fatal_diagnostics/lint.out +++ b/tests/specs/workspaces/non_fatal_diagnostics/lint.out @@ -1,5 +1,5 @@ -The "compilerOptions" field can only be specified in the root workspace deno.json file. +Warning "compilerOptions" field can only be specified in the workspace root deno.json file. at file:///[WILDLINE]/sub/deno.json -The "lint.report" field can only be specified in the root workspace deno.json file. +Warning "lint.report" field can only be specified in the workspace root deno.json file. at file:///[WILDLINE]/sub/deno.json Checked 1 file |