From 36371d9469c1918fb629ce00699507fb13a8235b Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Tue, 3 Nov 2015 20:22:16 +0100 Subject: [PATCH] updated test --- test.js | 1 + ts/test.ts | 1 + 2 files changed, 2 insertions(+) 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