UNPKG

slimerjs-firefox

Version:

This repo includes slimerjs as well as downloads a local copy of Firefox.

8 lines (4 loc) 182 B
// Try to load a module inside the original module path : test/a/other.js var other = require("a/other.js") exports.cIsLoaded = 'yes' exports.identity = new other.Identity('bob')