From b78c7130e9986ce41284f33a0803ecdf6dd6affd Mon Sep 17 00:00:00 2001 From: David Sherret Date: Fri, 10 Nov 2023 13:40:39 -0500 Subject: fix: improve `deno doc --lint` error messages (#21156) This also updates deno_graph, which has the JSR change to use "exports". It's not yet useful atm, so I've made this PR a fix about the deno doc --lint error message improvements. I'll do a follow-up PR that adds exports to the deno.json --- cli/tests/integration/jsr_tests.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli/tests/integration') diff --git a/cli/tests/integration/jsr_tests.rs b/cli/tests/integration/jsr_tests.rs index d1706d84b..11bb585a6 100644 --- a/cli/tests/integration/jsr_tests.rs +++ b/cli/tests/integration/jsr_tests.rs @@ -69,7 +69,7 @@ fn specifiers_in_lockfile() { temp_dir.write( "main.ts", - r#"import version from "jsr:@denotest/no_module_graph@0.1/mod.ts"; + r#"import version from "jsr:@denotest/no_module_graph@0.1"; console.log(version);"#, ); -- cgit v1.2.3