fix(core): update

This commit is contained in:
2019-01-09 14:13:32 +01:00
parent c65b8fc1af
commit fbd258a876
3 changed files with 14 additions and 224 deletions

View File

@ -1,10 +1,10 @@
import { tap, expect } from '@pushrocks/tapbundle';
import path = require('path');
import { Qenv } from 'qenv';
let testQenv = new Qenv(process.cwd(), path.join(process.cwd(), '.nogit'));
import { Qenv } from '@pushrocks/qenv';
const testQenv = new Qenv('./', './.nogit/');
import * as smartnginx from '../ts';
import * as smartnginx from '../ts/index';
let testSmartNginx: smartnginx.SmartNginx;
let testNginxZone01: smartnginx.NginxHost;