add final "integration test" before running npm publish on the prebuilt

This commit is contained in:
Vanessa Yuen 2017-08-01 00:50:40 -04:00
parent cb93f035aa
commit eaa63c880e
3 changed files with 30 additions and 16 deletions

View file

@ -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()
})