mirror of
https://github.com/BorysLevytskyi/BitwiseCmd.git
synced 2025-12-22 20:52:58 +01:00
Adjustments to smoke test
This commit is contained in:
@@ -42,6 +42,10 @@ describe('launch of application', function() {
|
|||||||
.then(function() { return sendCommand('0x1 0xf')})
|
.then(function() { return sendCommand('0x1 0xf')})
|
||||||
.then(function() { return sendCommand('0x1 | 0xf')})
|
.then(function() { return sendCommand('0x1 | 0xf')})
|
||||||
.then(function() { return sendCommand('0x1 ^ 123')})
|
.then(function() { return sendCommand('0x1 ^ 123')})
|
||||||
|
.then(function() { return sendCommand('em')})
|
||||||
|
.then(function() { return sendCommand('em')})
|
||||||
|
.then(function() { return sendCommand('dark')})
|
||||||
|
.then(function() { return sendCommand('light')})
|
||||||
.then(assertNoErrors);
|
.then(assertNoErrors);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user