1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-23 15:16:54 -05:00
denoland-deno/io/test.ts
2019-03-18 12:49:54 -04:00

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";