test: scope internal test fixtures under @electron-ci (#34024)

* test: scope internal test fixtures under `@electron`

* Missed references

* Move packages from @electron to @electron-ci scope

* Fix tests

* fix require

Co-authored-by: Jamie Magee <jamie.magee@gmail.com>
Co-authored-by: Milan Burda <milan.burda@gmail.com>
This commit is contained in:
trop[bot]
2022-05-04 00:05:49 -07:00
committed by GitHub
parent 9f66268fab
commit 14d3e369ae
10 changed files with 21 additions and 18 deletions

View File

@@ -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>