You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
varapp;describe('config',function(){beforeEach(function(){app=express();})describe('.set()',function(){it('should set a value',function(){app.set('foo','bar').should.equal(app);})})describe('.get()',function(){it('should get a value',function(){//...})})})
The text was updated successfully, but these errors were encountered:
* switch to kramdown since GH will drop support
* fix emdash rendering issue
(this was the only one I found)
* use rouge for syntax highlighting; fix "makefile" formatting
ex:
The text was updated successfully, but these errors were encountered: