polardbxengine/router/tests/component/data/js_test_nesting.js

10 lines
270 B
JavaScript

var path = require("path");
// the test-modules are not in the standard paths
//
// the first one should be local_modules/
// test_modules/ is just right next to it
module.paths.push(path.join(module.paths[0], "..", "test_modules"));
require("test-require-nesting-1")