feat(implement testing): update

This commit is contained in:
2018-08-04 14:23:07 +02:00
parent a5ace2fa49
commit 662c472055
9 changed files with 164 additions and 22 deletions

View File

@@ -1,7 +1,11 @@
// node native
import * as path from 'path';
// @pushrocks scope
import * as consolecolor from '@pushrocks/consolecolor';
import * as smartfile from '@pushrocks/smartfile';
import * as smartlog from '@pushrocks/smartlog';
import * as smartpromise from '@pushrocks/smartpromise';
import * as smartshell from '@pushrocks/smartshell';
export { path, smartfile, smartlog, smartpromise, smartshell };
export { consolecolor, path, smartfile, smartlog, smartpromise, smartshell };