update initial test

This commit is contained in:
2018-03-08 23:42:46 +01:00
parent b9990c3953
commit f812249a0d
19 changed files with 486 additions and 50 deletions
+3 -1
View File
@@ -1,4 +1,6 @@
import * as path from 'path';
import * as smartcli from 'smartcli';
import * as smartexpress from 'smartexpress';
import * as smartfile from 'smartfile';
export { smartcli, smartexpress };
export { path, smartcli, smartexpress, smartfile };