mirror of
https://github.com/denoland/deno.git
synced 2024-11-23 15:16:54 -05:00
4ac66ec640
Original: 0bb040e8d4
6 lines
209 B
TypeScript
6 lines
209 B
TypeScript
// Copyright 2018-2019 the Deno authors. All rights reserved. MIT license.
|
|
import "./bufio_test.ts";
|
|
import "./ioutil_test.ts";
|
|
import "./util_test.ts";
|
|
import "./writers_test.ts";
|
|
import "./readers_test.ts";
|