From dae3940519d626ddfeb954e3f3d7ebe8b83067bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Thu, 3 Nov 2022 16:42:56 +0100 Subject: fix(lock): add --no-lock flag to disable auto discovery of lock file (#16526) --- cli/tests/integration/run_tests.rs | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'cli/tests/integration') diff --git a/cli/tests/integration/run_tests.rs b/cli/tests/integration/run_tests.rs index 1f4f7d2ae..8265d54ec 100644 --- a/cli/tests/integration/run_tests.rs +++ b/cli/tests/integration/run_tests.rs @@ -3635,3 +3635,10 @@ itest!(auto_discover_lockfile { http_server: true, exit_code: 10, }); + +itest!(no_lock_flag { + args: "run --no-lock run/no_lock_flag/main.ts", + output: "run/no_lock_flag/main.out", + http_server: true, + exit_code: 0, +}); -- cgit v1.2.3