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

4 lines
76 B
JavaScript

exports.requireNonExistent = function() {
require('./non_existent');
};