add final "integration test" before running npm publish on the prebuilt
This commit is contained in:
parent
cb93f035aa
commit
eaa63c880e
3 changed files with 30 additions and 16 deletions
|
@ -4,8 +4,6 @@ const path = require('path')
|
|||
const sinon = require('sinon')
|
||||
const admZip = require('adm-zip')
|
||||
const temp = require('temp')
|
||||
// var pathExists = require('path-exists')
|
||||
// var getHomePath = require('home-path')()
|
||||
|
||||
let sandbox
|
||||
const mockEnv = {
|
||||
|
@ -22,7 +20,6 @@ temp.track()
|
|||
tape('set up', (t) => {
|
||||
sandbox = sinon.sandbox.create()
|
||||
tempDir = temp.mkdirSync('electron-install')
|
||||
console.log(tempDir)
|
||||
t.end()
|
||||
})
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue