summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/publish/invalid_path.out
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tests/testdata/publish/invalid_path.out')
-rw-r--r--cli/tests/testdata/publish/invalid_path.out11
1 files changed, 0 insertions, 11 deletions
diff --git a/cli/tests/testdata/publish/invalid_path.out b/cli/tests/testdata/publish/invalid_path.out
deleted file mode 100644
index cd3e92e0c..000000000
--- a/cli/tests/testdata/publish/invalid_path.out
+++ /dev/null
@@ -1,11 +0,0 @@
-Checking fast check type graph for errors...
-Ensuring type checks...
-Check file://[WILDCARD]mod.ts
-error[invalid-path]: package path must not contain whitespace (found ' ')
- --> [WILDCARD]path with spaces.txt
- = hint: rename or remove the file, or add it to 'publish.exclude' in the config file
-
- info: to portably support all platforms, including windows, the allowed characters in package paths are limited
- docs: https://jsr.io/go/invalid-path
-
-error: Found 1 problem