mirror of
https://github.com/Llewellynvdm/nativefier.git
synced 2025-01-03 14:17:29 +00:00
Cleanup
This commit is contained in:
parent
4bdc0d27d2
commit
bf2d5a2929
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user