Repo Added
31 Jul 2014 12:21AM UTC
|
Files
43
|
Badge
README BADGES
|
push
travis-ci
1691 of 1694 relevant lines covered (99.82%)
381.92 hits per line
Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
---|
Builds | Branch | Commit | Type | Ran | Committer | Via | Coverage |
---|---|---|---|---|---|---|---|
1874 | feature/customizable-router | Pass the router ctor via app property Refactor `app.lazyrouter` to fetch the `Router` ctor function from a property that can be changed by express users. NOTE: Customizing the default router is not an officially supported usage. It's up to you t... | push | 06 Nov 2014 05:35PM UTC | travis-ci |
99.82 |
|
1872 | feature/customizable-router | Support custom default router Add a new parameter to `express` function to provide a custom `Router` constructor. Example: var PromisedRouter = require('router-as-promised'); var app = express(PromisedRouter); | push | 06 Nov 2014 04:37PM UTC | travis-ci |
99.82 |