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

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