mirror of
https://github.com/encounter/phantomjs.git
synced 2026-03-30 11:35:11 -07:00
6 lines
150 B
JavaScript
6 lines
150 B
JavaScript
require.stub('stubbed', 'stubbed module');
|
|
exports.stubbed = require('stubbed');
|
|
try {
|
|
exports.child = require('./stubber_child');
|
|
} catch (e) {}
|