1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-26 09:10:40 -05:00
denoland-deno/io/test.ts

7 lines
209 B
TypeScript
Raw Normal View History

2019-03-18 12:49:54 -04:00
// Copyright 2018-2019 the Deno authors. All rights reserved. MIT license.
2019-02-08 12:23:51 -05:00
import "./bufio_test.ts";
import "./ioutil_test.ts";
import "./util_test.ts";
2019-03-18 12:49:54 -04:00
import "./writers_test.ts";
import "./readers_test.ts";