UNPKG

compound-ex4

Version:

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

12 lines (9 loc) 248 B
var test = require("../").test test("same buffers", function (t) { t.same(new Buffer([3,4,243]), new Buffer([3,4,243])) t.end() }) test("not same buffers", function (t) { t.notSame(new Buffer([3,5,243]), new Buffer([3,4,243])) t.end() })