diff options
Diffstat (limited to 'tests/integration/mod.rs')
-rw-r--r-- | tests/integration/mod.rs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/integration/mod.rs b/tests/integration/mod.rs index 30cc9a791..59bf0db37 100644 --- a/tests/integration/mod.rs +++ b/tests/integration/mod.rs @@ -1,5 +1,8 @@ // Copyright 2018-2024 the Deno authors. All rights reserved. MIT license. +#![allow(clippy::print_stdout)] +#![allow(clippy::print_stderr)] + // These files have `_tests.rs` suffix to make it easier to tell which file is // the test (ex. `lint_tests.rs`) and which is the implementation (ex. `lint.rs`) // when both are open, especially for two tabs in VS Code |