1
0
Fork 0
mirror of https://github.com/openstf/stf synced 2025-10-05 02:29:26 +02:00

Start fixing npm test warnings.

This commit is contained in:
Gunther Brunner 2015-10-13 21:21:32 +09:00
parent 78839ba2e4
commit 342890e884
4 changed files with 6 additions and 4 deletions

View file

@ -238,7 +238,8 @@ module.exports = syrup.serial()
})
conn.on('formatchange', function(format) {
var same = os.endianness() === 'BE' === !!format.bigEndianFlag
var same = os.endianness() === 'BE'
=== Boolean(format.bigEndianFlag)
switch (format.bitsPerPixel) {
case 8:
connState.frameConfig = {