-
Notifications
You must be signed in to change notification settings - Fork 458
Unit test for dapp transaction - Subtask #456 - Closes #841 #836
Conversation
…LiskHQ/lisk into 456-unit-test-for-dapp-transaction
…Q/lisk into 456-unit-test-for-dapp-transaction
…Q/lisk into 456-unit-test-for-dapp-transaction
test/unit/logic/dapp.js
Outdated
}); | ||
}); | ||
|
||
describe('when dapp link is not an actually link', function () { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
when dapp link is not a valid url format
}); | ||
}); | ||
|
||
describe('undo', function () { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please refactor the function to match current standards
test/unit/logic/dapp.js
Outdated
}); | ||
}); | ||
|
||
describe('getBytes', function () { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please refactor the function to match current standards
}); | ||
}); | ||
|
||
describe('process', function () { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please refactor the function to match current standards
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
export variables to a declarative file to reduce clutter.
Made requested changes
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hard to follow the scenarios with nested beforeEach
Parent issue: #456
Closes child issue: #841