1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-20 06:15:44 -05:00
denoland-deno/test_util/src/test_server.rs

6 lines
122 B
Rust
Raw Normal View History

// Copyright 2018-2023 the Deno authors. All rights reserved. MIT license.
2020-09-21 08:26:41 -04:00
fn main() {
test_util::run_all_servers();
}