summaryrefslogtreecommitdiff
path: root/test_util/src/test_server.rs
blob: 6fc86f415c8b3075fd103f601c82237953bc1c35 (plain)
1
2
3
4
5
// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.

fn main() {
  test_util::servers::run_all_servers();
}