push
travis-ci
243 of 249 branches covered (97.59%)
438 of 438 relevant lines covered (100.0%)
363.86 hits per line
1 |
'use strict';
|
|
2 |
|
|
3 |
module.exports = function(path) { |
336✔ |
4 |
try {
|
210✔ |
5 |
return require(path);
|
210✔ |
6 |
} catch (e) {}
|
|
7 |
}; |