UNPKG

nodulator

Version:

Complete NodeJS Framework for Restfull APIs

9 lines (6 loc) 106 B
times ++; t.equal(times, 1); var b = require('./lib/b'); t.equal(times, 2); b.foo(); t.equal(times, 3);