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