test: improve coverage (#102)

This commit is contained in:
Erick Zhao
2024-06-17 15:15:20 -07:00
committed by GitHub
parent dfe5236357
commit 03e27e5a1d
8 changed files with 170 additions and 24 deletions

2
test/fixtures/asars/app2/index.js vendored Normal file
View File

@@ -0,0 +1,2 @@
console.log('I am an app.asar', process.arch);
process.exit(0);