mirror of
https://github.com/Llewellynvdm/nativefier.git
synced 2024-11-11 07:41:04 +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 chai from 'chai';
|
||||||
import fs from 'fs';
|
import fs from 'fs';
|
||||||
import path from 'path';
|
import path from 'path';
|
||||||
import nativefier from './../../lib/index';
|
|
||||||
import async from 'async';
|
import async from 'async';
|
||||||
tmp.setGracefulCleanup();
|
|
||||||
|
|
||||||
let assert = chai.assert;
|
import nativefier from './../../lib/index';
|
||||||
|
|
||||||
const PLATFORMS = ['darwin', 'linux', 'win32'];
|
const PLATFORMS = ['darwin', 'linux', 'win32'];
|
||||||
|
tmp.setGracefulCleanup();
|
||||||
|
const assert = chai.assert;
|
||||||
|
|
||||||
function checkApp(appPath, inputOptions, callback) {
|
function checkApp(appPath, inputOptions, callback) {
|
||||||
try {
|
try {
|
||||||
|
Loading…
Reference in New Issue
Block a user