mirror of
https://github.com/sstent/expressmongotest.git
synced 2026-01-26 17:12:33 +00:00
4 lines
95 B
JavaScript
4 lines
95 B
JavaScript
|
|
module.exports = process.env.JADE_COV
|
|
? require('./lib-cov/jade')
|
|
: require('./lib/jade'); |