From 9166d8a4e9b0f611b1e06c9e339b44f7c450d72e Mon Sep 17 00:00:00 2001 From: David Sherret Date: Wed, 21 Feb 2024 08:35:25 -0500 Subject: feat(publish): type check on publish (#22506) Supersedes #22501 and also fixes that issue. --- tests/integration/publish_tests.rs | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'tests/integration') diff --git a/tests/integration/publish_tests.rs b/tests/integration/publish_tests.rs index 48e62e905..61cb40fba 100644 --- a/tests/integration/publish_tests.rs +++ b/tests/integration/publish_tests.rs @@ -155,6 +155,15 @@ itest!(successful { http_server: true, }); +itest!(no_check { + args: "publish --token 'sadfasdf' --no-check", + // still type checks the slow types output though + output: "publish/successful_no_check.out", + cwd: Some("publish/successful"), + envs: env_vars_for_jsr_tests(), + http_server: true, +}); + itest!(node_specifier { args: "publish --token 'sadfasdf'", output: "publish/node_specifier.out", -- cgit v1.2.3