UNPKG

compound-ex4

Version:

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

13 lines (9 loc) 174 B
var test = require("../../").test test(function (t) { t.plan(1) t.on('end', function () { console.log('end()') throw new Error('beep') }) t.equal(3, 3) })