summaryrefslogtreecommitdiff
path: root/js/test_util.ts
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2019-06-22 01:00:14 +0200
committerRyan Dahl <ry@tinyclouds.org>2019-06-21 16:00:14 -0700
commit642eaf97c67c6070935a2977014c743ba59deff8 (patch)
treee31a30799762aa72439185f0e7ece6151210084e /js/test_util.ts
parenteb93dc58a11d9e9a295eff31f9c2c6a3a4c5170b (diff)
feat: redirect process stdio to file (#2554)
Diffstat (limited to 'js/test_util.ts')
-rw-r--r--js/test_util.ts3
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 {