UNPKG

compound-ex4

Version:

Compound-ex4 - MVC framework for NodeJS (ExpressJs 4 version), fork compoundjs(https://github.com/1602/compound)

14 lines (11 loc) 254 B
var tap = require("../") , test = tap.test test("trivial success", function (t) { t.ok(true, "it works") t.end() }) test("two tests", function (t) { t.equal(255, 0xFF, "math should work") t.notOk(false, "false should not be ok") t.end() })