add test to join!
This commit is contained in:
parent
cf58dfab21
commit
f2012ee5bb
4 changed files with 121 additions and 40 deletions
|
|
@ -117,7 +117,6 @@ describe('createController', function() {
|
|||
it('should create a 1-1 wallet from mnemonic', function(done) {
|
||||
var fakeForm = {};
|
||||
|
||||
console.log('[create.test.js.119]'); //TODO
|
||||
// FROM DATA
|
||||
scope.seedSource = {
|
||||
id: 'set'
|
||||
|
|
@ -132,12 +131,8 @@ console.log('[create.test.js.119]'); //TODO
|
|||
scope._walletPrivKey = 'Kz4CFSTgLzoYfMkt97BTBotUbZYXjMts6Ej9HbVfCf5oLmun1BXy';
|
||||
|
||||
ctrl.setSeedSource();
|
||||
|
||||
console.log('[create.test.js.135]'); //TODO
|
||||
ctrl.create(fakeForm);
|
||||
|
||||
console.log('[create.test.js.138]'); //TODO
|
||||
|
||||
should.not.exist(ctrl.error);
|
||||
mocks.go.walletHome.calledOnce.should.equal(true);
|
||||
//
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue