updated test
This commit is contained in:
parent
4e9874a639
commit
36371d9469
1
test.js
1
test.js
@ -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"));
|
||||
|
@ -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"));
|
Loading…
Reference in New Issue
Block a user