mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
5 lines
135 B
JavaScript
5 lines
135 B
JavaScript
(function () {
|
|
var global = this,
|
|
require = function() { return global.moment; },
|
|
exports = global.NPM_TESTS = {};
|