diff options
| author | Ryan Dahl <ry@tinyclouds.org> | 2019-01-01 22:46:17 -0500 |
|---|---|---|
| committer | Ryan Dahl <ry@tinyclouds.org> | 2019-01-02 13:45:42 -0500 |
| commit | 6a783ea179de1321ae7fd0586967476e72984c63 (patch) | |
| tree | cafa2e3716ee3dcfa88354e4a7190cab7e436613 /net/textproto_test.ts | |
| parent | 6545e5bde9454e9ae7ab61b0f4ee95db8a15e43c (diff) | |
Add testing module
Original: https://github.com/denoland/deno_std/commit/61fdae51a7cc50874b9674c40b1aef3fbf012494
Diffstat (limited to 'net/textproto_test.ts')
| -rw-r--r-- | net/textproto_test.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/textproto_test.ts b/net/textproto_test.ts index 3af21247a..9fe5e8dd3 100644 --- a/net/textproto_test.ts +++ b/net/textproto_test.ts @@ -10,7 +10,7 @@ import { test, assert, assertEqual -} from "https://deno.land/x/testing/testing.ts"; +} from "../testing/mod.ts"; function reader(s: string): TextProtoReader { return new TextProtoReader(new BufReader(stringsReader(s))); |
