Files
mongo/buildscripts/tests/resmoke_end2end/mongo_shell/modules/common_module.js

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
184 B
JavaScript
Raw Normal View History

/**
* Common module for testing MONGO_PATH with load()
*/
var MONGO_PATH_TEST_COMMON = "loaded_from_mongo_path";
function getCommonValue() {
return "common_value_from_load";
}