Ghost/core/test/utils/fixtures/app/goodlib.js
Jacob Gable c7713c1d27 Load Apps Sandboxed
- Based on suggestions from hswolff loading with a Module class approach
- Loads relative modules in child sandboxes
2014-02-04 15:46:31 -06:00

6 lines
59 B
JavaScript

module.exports = {
util: function () {
return 42;
}
};