diff options
author | David Sherret <dsherret@users.noreply.github.com> | 2024-09-26 12:31:03 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-26 12:31:03 -0400 |
commit | 7437f9d944175d7d62fa34c6a2a186c0cd1684a0 (patch) | |
tree | c3f2a080a730e549cf65cf6d93f4c988c0115c52 /tests/specs | |
parent | b80cf1f5e7a10567f2a39b2f3872735f951dd3a4 (diff) |
fix(doc): surface graph errors as warnings (#25888)
Diffstat (limited to 'tests/specs')
-rw-r--r-- | tests/specs/permission/allow_import/doc.out | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/specs/permission/allow_import/doc.out b/tests/specs/permission/allow_import/doc.out index bc748d726..6a57eafe6 100644 --- a/tests/specs/permission/allow_import/doc.out +++ b/tests/specs/permission/allow_import/doc.out @@ -1,4 +1,5 @@ -[# todo(dsherret): we should probably at least show a warning here] +Warning Requires import access to "localhost:4545", run again with the --allow-import flag + at file:///[WILDLINE]/doc.ts:1:15 Defined in file:///[WILDLINE]/doc.ts:3:1 class Test |