Skip to content

Commit 92304a9

Browse files
committed
Removing extraneous test
1 parent a114e80 commit 92304a9

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

test/lirc_node.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,6 @@ describe('lircNode', function() {
6060
});
6161

6262
describe('#_parseCommands', function () {
63-
it('should exist', function () {
64-
assert(lircNode._parseCommands instanceof Function);
65-
});
66-
6763
it('should return an array with the remote\'s commands', function () {
6864
var remote = 'Microsoft_Xbox360';
6965
var result = ['', 'irsend: 0000000000000bd7 OpenClose\nirsend: 0000000000000b9b XboxFancyButton'];

0 commit comments

Comments
 (0)