trying to get tests working WORKS!

This commit is contained in:
Manuel Araoz 2014-08-15 13:00:33 -04:00
commit 98beeefefe
4 changed files with 37 additions and 36 deletions

View file

@ -1,7 +1,7 @@
'use strict';
var copay = copay || require('../copay');
var chai = chai || require('chai');
var should = chai.should();
var copay = require('../copay');
var LocalEncrypted = copay.StorageLocalEncrypted;