electron/spec/fixtures/pages/native-module.html

9 lines
243 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', '@electron-ci', 'echo')));
</script>
</body>
</html>