We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a114e80 commit 92304a9Copy full SHA for 92304a9
1 file changed
test/lirc_node.js
@@ -60,10 +60,6 @@ describe('lircNode', function() {
60
});
61
62
describe('#_parseCommands', function () {
63
- it('should exist', function () {
64
- assert(lircNode._parseCommands instanceof Function);
65
- });
66
-
67
it('should return an array with the remote\'s commands', function () {
68
var remote = 'Microsoft_Xbox360';
69
var result = ['', 'irsend: 0000000000000bd7 OpenClose\nirsend: 0000000000000b9b XboxFancyButton'];
0 commit comments