feat: redirect process stdio to file (#2554)

This commit is contained in:
Bartek Iwańczuk 2019-06-22 01:00:14 +02:00 committed by Ryan Dahl
parent eb93dc58a1
commit 642eaf97c6
6 changed files with 189 additions and 58 deletions

View file

@ -16,7 +16,8 @@ export {
assert,
assertEquals,
assertNotEquals,
assertStrictEq
assertStrictEq,
assertStrContains
} from "./deps/https/deno.land/std/testing/asserts.ts";
interface TestPermissions {