UNPKG

86 BJavaScriptView Raw
1times++;
2t.equal(times, 4);
3
4var b = require('./lib/b');
5b.foo();
6
7t.equal(times, 5);