tests: move integration tests to separate modules (#16816)

This commit is contained in:
Bartek Iwańczuk 2022-11-26 02:29:56 +01:00 committed by GitHub
parent 0c0af67f89
commit 7e0c558187
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
55 changed files with 19561 additions and 19452 deletions

View file

@ -1,6 +0,0 @@
// Copyright 2018-2022 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.
mod integration;