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

BIN
test/fixtures/asars/app2.asar vendored Normal file

Binary file not shown.

View File

@@ -0,0 +1 @@
erick was here!

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);

4
test/fixtures/asars/app2/package.json vendored Normal file
View File

@@ -0,0 +1,4 @@
{
"name": "app",
"main": "index.js"
}