phantomjs/test/require/not_found.js

4 lines
76 B
JavaScript

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