noderequire.js 104 Bytes Raw Blame History Permalink 1 2 3 4 5 /* * Tests that the node.js standard require works fine */ module.exports = require('./nodemodule');