Files
meteor/tools/tests/apps/modules/imports/shared.js
2016-01-11 15:31:32 -05:00

4 lines
142 B
JavaScript

// This module exists so that other modules can modify this shared object
// to communicate during tests.
export default Object.create(null);