electron/spec/fixtures/pages/native-module.html
2019-10-09 16:33:15 -07:00

9 lines
227 B
HTML

<html>
<body>
<script type="text/javascript" charset="utf-8">
var path = require('path');
console.log(typeof require(path.join(__dirname, '..', '..', '..', 'spec-main', 'node_modules', 'echo')));
</script>
</body>
</html>