describe('.syncStart', function () {
    it('should return a SYNC start command identifier', function () {
      target.syncStart.should.be.eq('SYNCSTART')
    })
  })