fixing karma tests

This commit is contained in:
Matias Alejo Garcia 2014-10-28 15:57:49 -03:00
parent ba01844e5f
commit 8da1b2ebcf
3 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
/**
* Small module for some helpers that wrap sjcl with some good practices.
*/
var sjcl = require('../../lib/sjcl');
var sjcl = require('sjcl');
var log = require('../log.js');
var _ = require('lodash');

View File

@ -46,6 +46,7 @@ module.exports = function(config) {
'js/log.js',
'js/routes.js',
'js/services/*.js',
'js/util/*.js',
'js/directives.js',
'js/filters.js',
'js/controllers/*.js',
@ -55,7 +56,6 @@ module.exports = function(config) {
'test/mocks/FakeWallet.js',
'test/mocks/FakeBlockchainSocket.js',
'test/mocks/FakePayProServer.js',
'test/mocks/FakeLocalStorage.js',
'test/mocha.conf.js',

View File

@ -81,7 +81,7 @@
"mocha": "^1.18.2",
"mocha-lcov-reporter": "^0.0.1",
"mock-fs": "^2.3.1",
"node-cryptojs-aes": "^0.4.0",
"sjcl": "*",
"request": "^2.40.0",
"shelljs": "^0.3.0",
"sinon": "^1.9.1",