diff --git a/test.js b/test.js index 0e5f0c6..9e5b3e4 100644 --- a/test.js +++ b/test.js @@ -1,3 +1,4 @@ +/// var smartfile = require("./index.js"); var pr = require("pushrocks"); pr.beautylog.info(smartfile.readFileToString("./test/mytest.txt")); diff --git a/ts/test.ts b/ts/test.ts index 2ba3ad1..b92805f 100644 --- a/ts/test.ts +++ b/ts/test.ts @@ -1,3 +1,4 @@ +/// var smartfile = require("./index.js"); var pr = require("pushrocks") pr.beautylog.info(smartfile.readFileToString("./test/mytest.txt")); \ No newline at end of file