From 14a44464a6e2c078fd329c26eff2ecfbc9b58603 Mon Sep 17 00:00:00 2001 From: Takahiko Inayama Date: Tue, 7 Jul 2020 20:05:28 +0900 Subject: feat: add lockfile support to bundle (#6624) --- cli/tests/integration_tests.rs | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'cli/tests/integration_tests.rs') diff --git a/cli/tests/integration_tests.rs b/cli/tests/integration_tests.rs index 651ffa110..562c25de2 100644 --- a/cli/tests/integration_tests.rs +++ b/cli/tests/integration_tests.rs @@ -1629,6 +1629,13 @@ itest!(lock_check_err2 { http_server: true, }); +itest!(lock_check_err_with_bundle { + args: "bundle --lock=lock_check_err_with_bundle.json http://127.0.0.1:4545/cli/tests/subdir/mod1.ts", + output: "lock_check_err_with_bundle.out", + exit_code: 10, + http_server: true, +}); + itest!(async_error { exit_code: 1, args: "run --reload async_error.ts", -- cgit v1.2.3