Muthu Kumar
6 years ago
2 changed files with 18 additions and 12 deletions
@ -1,8 +1,11 @@ |
|||
module.exports = { |
|||
|
|||
default: require('./default'), |
|||
tap: require('./tap'), |
|||
xunit: require('./xunit'), |
|||
min: require('./min'), |
|||
const def = require('./default'); |
|||
const tap = require('./tap'); |
|||
const xunit = require('./xunit'); |
|||
const min = require('./min'); |
|||
|
|||
module.exports = { |
|||
default: def, |
|||
tap, |
|||
xunit, |
|||
min, |
|||
}; |
|||
|
Loading…
Reference in new issue