mirror of
https://github.com/denoland/deno.git
synced 2024-11-27 16:10:57 -05:00
f1469380ab
Original: 8d1b01cfcf
17 lines
538 B
TypeScript
17 lines
538 B
TypeScript
// Copyright 2018-2019 the Deno authors. All rights reserved. MIT license.
|
|
import "./path/test.ts";
|
|
import "./walk_test.ts";
|
|
import "./globrex_test.ts";
|
|
import "./glob_test.ts";
|
|
import "./exists_test.ts";
|
|
import "./eol_test.ts";
|
|
import "./empty_dir_test.ts";
|
|
import "./ensure_dir_test.ts";
|
|
import "./ensure_file_test.ts";
|
|
import "./ensure_symlink_test.ts";
|
|
import "./move_test.ts";
|
|
import "./read_json_test.ts";
|
|
import "./write_json_test.ts";
|
|
import "./read_file_str_test.ts";
|
|
import "./write_file_str_test.ts";
|
|
import "./utils_test.ts";
|