diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2019-06-22 01:00:14 +0200 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2019-06-21 16:00:14 -0700 |
commit | 642eaf97c67c6070935a2977014c743ba59deff8 (patch) | |
tree | e31a30799762aa72439185f0e7ece6151210084e /js/test_util.ts | |
parent | eb93dc58a11d9e9a295eff31f9c2c6a3a4c5170b (diff) |
feat: redirect process stdio to file (#2554)
Diffstat (limited to 'js/test_util.ts')
-rw-r--r-- | js/test_util.ts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/js/test_util.ts b/js/test_util.ts index 1b9e2f48c..454f26ff2 100644 --- a/js/test_util.ts +++ b/js/test_util.ts @@ -16,7 +16,8 @@ export { assert, assertEquals, assertNotEquals, - assertStrictEq + assertStrictEq, + assertStrContains } from "./deps/https/deno.land/std/testing/asserts.ts"; interface TestPermissions { |