updated test

This commit is contained in:
Philipp Kunz 2015-11-03 20:22:16 +01:00
parent 4e9874a639
commit 36371d9469
2 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,4 @@
/// <reference path="typings/tsd.d.ts" />
var smartfile = require("./index.js");
var pr = require("pushrocks");
pr.beautylog.info(smartfile.readFileToString("./test/mytest.txt"));

View File

@ -1,3 +1,4 @@
/// <reference path="typings/tsd.d.ts" />
var smartfile = require("./index.js");
var pr = require("pushrocks")
pr.beautylog.info(smartfile.readFileToString("./test/mytest.txt"));