0
0
mirror of https://github.com/puppeteer/puppeteer synced 2024-06-14 14:02:48 +00:00
puppeteer/third_party/phantomjs/test/basics/require/not_found.js

4 lines
76 B
JavaScript
Raw Normal View History

2017-05-11 07:06:41 +00:00
exports.requireNonExistent = function() {
require('./non_existent');
};