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) --- test_plugin/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'test_plugin/Cargo.toml') diff --git a/test_plugin/Cargo.toml b/test_plugin/Cargo.toml index 3787579a8..ca86b96e9 100644 --- a/test_plugin/Cargo.toml +++ b/test_plugin/Cargo.toml @@ -11,3 +11,6 @@ crate-type = ["cdylib"] [dependencies] futures = "0.3.5" deno_core = { path = "../core" } + +[dev-dependencies] +test_util = { path = "../test_util" } \ No newline at end of file -- cgit v1.2.3