This commit is contained in:
Jia Hao 2016-01-29 13:39:31 +08:00
parent 4bdc0d27d2
commit bf2d5a2929
1 changed files with 3 additions and 3 deletions

View File

@ -2,13 +2,13 @@ import tmp from 'tmp';
import chai from 'chai';
import fs from 'fs';
import path from 'path';
import nativefier from './../../lib/index';
import async from 'async';
tmp.setGracefulCleanup();
let assert = chai.assert;
import nativefier from './../../lib/index';
const PLATFORMS = ['darwin', 'linux', 'win32'];
tmp.setGracefulCleanup();
const assert = chai.assert;
function checkApp(appPath, inputOptions, callback) {
try {