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

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