UNPKG

tinylrs

Version:

A tiny server that watch files changed and refresh browser page,via livereload.js and websocket,based on tiny-lr

14 lines (12 loc) 256 B
/* * test config.json * coming soon... */ var assert = require("assert"); describe("test config by file 'config.json'", function() { it("test0", function(done) { var n = 1; assert.ok(n); done && done.call(this); }); });