1 2 3 4 5 6 7 8 9 10 11
var assert = require('assert'); var idStore = require('../app/scripts/lib/idStore') describe('IdentityStore', function() { describe('#_createFirstWallet', function () { it('should return the expected keystore', function () { assert.equal(1,1) }); }); });