start tests

This commit is contained in:
2016-06-01 02:31:29 +02:00
parent 1b30aa428e
commit 39abfd760b
16 changed files with 116 additions and 71 deletions

View File

@@ -3,4 +3,5 @@ export let beautylog = require("beautylog");
export let base64 = require("js-base64").Base64;
export let fs = require("fs-extra");
export let path = require("path");
export let smartfile = require("smartfile");
export let smartfile = require("smartfile");
export import smartpath = require("smartpath");