puppeteer/third_party/phantomjs/test/basics/require/a.js
2017-05-11 00:06:41 -07:00

3 lines
39 B
JavaScript

var b = require('./b');
exports.b = b;