Add ability to run tests with coverage report
This commit is contained in:
parent
e17e195479
commit
491f69df80
5 changed files with 36 additions and 27 deletions
|
@ -22,7 +22,7 @@ glob.sync('**/*.js', {cwd: libPath}).forEach(function (relativePath) {
|
|||
fs.writeFileSync(generatedPath, generated)
|
||||
})
|
||||
|
||||
var asarPath = path.join(outputPath, 'electron-instrumented.asar')
|
||||
var asarPath = path.join(outputPath, 'electron.asar')
|
||||
asar.createPackageWithOptions(path.join(outputPath, 'lib'), asarPath, {}, function (error) {
|
||||
if (error) {
|
||||
console.error(error.stack || error)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue