From 89b0b8f20a864767681c9e06d98789e450076aa8 Mon Sep 17 00:00:00 2001 From: Ryan Levick Date: Fri, 23 Feb 2018 14:52:45 +0100 Subject: [PATCH] Add section on node dependency in README --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 690506c0..502d2b71 100644 --- a/README.md +++ b/README.md @@ -439,3 +439,8 @@ at your option. Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in this project by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions. + +### Tests + +In order to run the tests you will need (node.js)[https://nodejs.org/] version +8.9.4 or above. Running the tests is done by running `cargo test`.