view modules/baz.js @ 9:a88d1cc4db92

Test runner now displays # passed and failed.
author Atul Varma <varmaa@toolness.com>
date Thu, 10 Sep 2009 10:50:11 -0700
parents ae5869491e61
children
line wrap: on
line source

print("loading baz");

exports.blop = function blop() {
  print("foo.hello is " + require('./foo').hello);
};

print("baz loaded");