EOL add mixed detection (denoland/deno_std#325)

Original: bb92c44c64
This commit is contained in:
Vincent LE GOFF 2019-04-13 21:24:36 +02:00 committed by Ryan Dahl
parent 236cedc7cb
commit 0c877a1283
4 changed files with 43 additions and 21 deletions

View file

@ -3,8 +3,8 @@ import "./path/test.ts";
import "./walk_test.ts";
import "./globrex_test.ts";
import "./glob_test.ts";
import "./eol_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";