1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-21 15:04:11 -05:00

Fix testing/util_test.ts

Thanks @kitsonk
This commit is contained in:
Ryan Dahl 2018-06-04 09:34:39 +02:00
parent b6062ae662
commit 6e884207ee

View file

@ -13,7 +13,7 @@
limitations under the License.
*/
import { test } from "./index.ts";
import { test } from "./testing.ts";
import { assert } from "./util.ts";
import * as util from "./util.ts";