Add new sjcl export for code coverage convenience

This commit is contained in:
wltsmrz
2013-09-10 17:13:55 -07:00
parent 3f2afdc39d
commit 40eccdb2fd
15 changed files with 47 additions and 33 deletions

View File

@@ -19,7 +19,7 @@ exports.Server = require('./server').Server;
// However, for programs that are tied to a specific version of ripple.js like
// the official client, it makes sense to expose the SJCL instance so we don't
// have to include it twice.
exports.sjcl = require('../../../build/sjcl');
exports.sjcl = require('./utils').sjcl;
exports.config = require('./config');