it( 'return undefined if @stylint off comment', function() {
            app.cache.origLine = '// @stylint off'
            assert.equal( undefined, app.setState( '// @stylint off' ) )
        } )