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

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