From 90c5dcfe79cd010b429e775a3ebcb3c5d78fa6ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Thu, 18 Jun 2020 17:54:55 +0200 Subject: chore(test): move testing utilities to test_util crate (#6360) --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index c26258ee8..cae86fd20 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,8 @@ members = [ "core", "tools/hyper_hello", "deno_typescript", - "test_plugin" + "test_plugin", + "test_util", ] exclude = [ "std/hash/_wasm" -- cgit v1.2.3