mirror of
https://github.com/sstent/expressmongotest.git
synced 2026-01-27 01:22:29 +00:00
upgraded to express 3.x, converted jade templates, and worked out array notation for articles/exercises
This commit is contained in:
4
test/node_modules/express/index.js
generated
vendored
4
test/node_modules/express/index.js
generated
vendored
@@ -1,2 +1,4 @@
|
||||
|
||||
module.exports = require('./lib/express');
|
||||
module.exports = process.env.EXPRESS_COV
|
||||
? require('./lib-cov/express')
|
||||
: require('./lib/express');
|
||||
Reference in New Issue
Block a user