Merge pull request #754 from ryanxcharles/bug/fix-insight-mocha-browser

fix exception in insight mocha browser tests
This commit is contained in:
Gustavo Maximiliano Cortez 2014-06-26 09:58:27 -03:00
commit a1fe7b3d7d
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ describe('Insight model', function() {
});
// Tests for Node
if (process.version) {
if (typeof process !== 'undefined' && process.version) {
it('should return array of unspent output', function(done) {
var i = new Insight();