Add test for Opcode.inspect
This commit is contained in:
parent
5bb750252d
commit
2b137cc17c
@ -143,5 +143,10 @@ describe('Opcode', function() {
|
|||||||
|
|
||||||
});
|
});
|
||||||
|
|
||||||
|
describe('#inspect', function() {
|
||||||
|
it('should output opcode by name, hex, and decimal', function() {
|
||||||
|
Opcode.fromString('OP_NOP').inspect().should.equal('<Opcode: OP_NOP, hex: 61, decimal: 97>');
|
||||||
|
});
|
||||||
|
});
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user