From 4ac66ec6401ff007193d6fb923dab8ae0839662d Mon Sep 17 00:00:00 2001 From: Vincent LE GOFF Date: Mon, 18 Mar 2019 17:49:54 +0100 Subject: Test reorganization (denoland/deno_std#290) Original: https://github.com/denoland/deno_std/commit/0bb040e8d41788c188fa9aad8458dbfba78db4f4 --- fs/test.ts | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 fs/test.ts (limited to 'fs') diff --git a/fs/test.ts b/fs/test.ts new file mode 100644 index 000000000..5cff8e174 --- /dev/null +++ b/fs/test.ts @@ -0,0 +1,13 @@ +// 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 "./empty_dir_test.ts"; +import "./ensure_dir_test.ts"; +import "./ensure_file_test.ts"; +import "./move_test.ts"; +import "./read_json_test.ts"; +import "./write_json_test.ts"; +import "./utils_test.ts"; -- cgit v1.2.3