mirror of
https://github.com/sstent/expressmongotest.git
synced 2026-01-27 17:41:39 +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'); |