UNPKG

karma-electron

Version:

Karma launcher and preprocessor for Electron

13 lines (9 loc) 341 B
// Export our module as our export module.exports = module; // Export other magic globals module.exports.filename = __filename; module.exports.dirname = __dirname; // Add a special identifier for `module.exports` assertions module.exports.hello = 'world'; // Add property with proper window context module.exports.before = window.before;