diff options
Diffstat (limited to 'tests/integration_tests.rs')
-rw-r--r-- | tests/integration_tests.rs | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/integration_tests.rs b/tests/integration_tests.rs new file mode 100644 index 000000000..8469b5416 --- /dev/null +++ b/tests/integration_tests.rs @@ -0,0 +1,7 @@ +// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license. + +// The tests exist in a sub folder instead of as separate files in +// this directory so that cargo doesn't compile each file as a new crate. + +#[cfg(test)] +mod integration; |