From dab0b04b0ac556270ed69a08424c7aa412083d49 Mon Sep 17 00:00:00 2001 From: "Michael Bradley, Jr" Date: Mon, 16 Jul 2018 04:07:10 -0500 Subject: [PATCH] require embark_node file -> require 'embarkjs' pkg --- lib/tests/test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/tests/test.js b/lib/tests/test.js index f13f01135..060fe34ff 100644 --- a/lib/tests/test.js +++ b/lib/tests/test.js @@ -9,7 +9,7 @@ const AccountParser = require('../contracts/accountParser'); const Provider = require('../contracts/provider'); const utils = require('../utils/utils'); -const EmbarkJS = require('../../js/embark_node'); +const EmbarkJS = require('embarkjs'); function getSimulator() { try {