From fc92aacd35dbd9e1a8de8ebf109742cc323404c9 Mon Sep 17 00:00:00 2001 From: Alan Shaw Date: Fri, 10 Aug 2018 17:08:32 +0100 Subject: [PATCH] fix: enable tests in node that were not being included License: MIT Signed-off-by: Alan Shaw --- test/core/node.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/core/node.js b/test/core/node.js index dbe473c458..be56f4b53c 100644 --- a/test/core/node.js +++ b/test/core/node.js @@ -1,5 +1,8 @@ 'use strict' +require('./circuit-relay') +require('./key-exchange') require('./pin') require('./pin-set') // require('./key-exchange') +require('./utils')