smartcheck/test.js

8 lines
262 B
JavaScript
Raw Normal View History

2015-11-28 21:20:24 +00:00
/// <reference path="typings/tsd.d.ts" />
var smartcheck = require("./index.js");
var pr = require("pushrocks");
var myCheckStorage = smartcheck.newStorage();
myCheckStorage.addCheck("Check1", "success");
myCheckStorage.print();
pr.beautylog.success("success");