summaryrefslogtreecommitdiff
path: root/tests/specs/npm/check_local/check_errors
diff options
context:
space:
mode:
Diffstat (limited to 'tests/specs/npm/check_local/check_errors')
-rw-r--r--tests/specs/npm/check_local/check_errors/main_all.out2
-rw-r--r--tests/specs/npm/check_local/check_errors/main_local.out2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/specs/npm/check_local/check_errors/main_all.out b/tests/specs/npm/check_local/check_errors/main_all.out
index 4c624c0ea..c7797e43d 100644
--- a/tests/specs/npm/check_local/check_errors/main_all.out
+++ b/tests/specs/npm/check_local/check_errors/main_all.out
@@ -1,4 +1,4 @@
-Download http://localhost:4260/@denotest/check-error
+Download http://localhost:4260/@denotest%2fcheck-error
Download http://localhost:4260/@denotest/check-error/1.0.0.tgz
Check file:///[WILDCARD]/check_errors/main.ts
error: TS2506 [ERROR]: 'Class1' is referenced directly or indirectly in its own base expression.
diff --git a/tests/specs/npm/check_local/check_errors/main_local.out b/tests/specs/npm/check_local/check_errors/main_local.out
index 1a150b5e6..1eb8eef9f 100644
--- a/tests/specs/npm/check_local/check_errors/main_local.out
+++ b/tests/specs/npm/check_local/check_errors/main_local.out
@@ -1,4 +1,4 @@
-Download http://localhost:4260/@denotest/check-error
+Download http://localhost:4260/@denotest%2fcheck-error
Download http://localhost:4260/@denotest/check-error/1.0.0.tgz
Check file:///[WILDCARD]/check_errors/main.ts
error: TS2339 [ERROR]: Property 'Asdf' does not exist on type 'typeof import("file:///[WILDCARD]/@denotest/check-error/1.0.0/index.d.ts")'.