test: fix require('echo') -> require('@electron-ci/echo') (#34026)
This commit is contained in:
parent
0893733496
commit
658407df7a
1 changed files with 1 additions and 1 deletions
2
spec/fixtures/pages/native-module.html
vendored
2
spec/fixtures/pages/native-module.html
vendored
|
@ -2,7 +2,7 @@
|
|||
<body>
|
||||
<script type="text/javascript" charset="utf-8">
|
||||
var path = require('path');
|
||||
console.log(typeof require(path.join(__dirname, '..', '..', '..', 'spec-main', 'node_modules', 'echo')));
|
||||
console.log(typeof require(path.join(__dirname, '..', '..', '..', 'spec-main', 'node_modules', '@electron-ci', 'echo')));
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Reference in a new issue