Merge pull request #754 from ryanxcharles/bug/fix-insight-mocha-browser
fix exception in insight mocha browser tests
This commit is contained in:
commit
a1fe7b3d7d
1 changed files with 1 additions and 1 deletions
|
|
@ -60,7 +60,7 @@ describe('Insight model', function() {
|
||||||
});
|
});
|
||||||
|
|
||||||
// Tests for Node
|
// Tests for Node
|
||||||
if (process.version) {
|
if (typeof process !== 'undefined' && process.version) {
|
||||||
it('should return array of unspent output', function(done) {
|
it('should return array of unspent output', function(done) {
|
||||||
var i = new Insight();
|
var i = new Insight();
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue