Skip to content
This repository was archived by the owner on Dec 14, 2018. It is now read-only.

Commit f66171b

Browse files
committed
improving testing
1 parent 77e2d4a commit f66171b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test/node.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
'use strict';
2-
// process.env.SILENT='true';
2+
process.env.SILENT='true';
33
// Root object
44
var node = {};
55
var networkName = "testnet"
66
var network = require('../networks.json')[networkName];
7-
node.ark = require('./ark-js');
7+
node.ark = require('arkjs');
88
node.ark.crypto.setNetworkVersion(network.pubKeyHash);
99

1010
// Requires

0 commit comments

Comments
 (0)