Welcome to mirror list, hosted at ThFree Co, Russian Federation.

someOtherModule.js « testModules « test - github.com/twbs/rewire.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 203fb06dfed9fc8c45b11243b1d6efd8ebf50495 (plain)
1
2
3
4
5
"use strict"; // run code in ES5 strict mode

__filename = "/test/testModules/someOtherModule.js";    // unifying filename for the pretty stack trace test

exports.fs = {};