1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-01-16 19:04:02 -05:00
denoland-deno/io/test.ts

7 lines
209 B
TypeScript
Raw Normal View History

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