Shailesh Rasane
Results
2
issues of
Shailesh Rasane
currently there seems to be no support for optionally setting a flag in unit test execution, to produce a nunit v2 report. this breaks bamboo use, due to this workaround...
my code under test: define(['hurp', 'durp'], function (Hurp, Durp) { return { foo: function () { return Hurp.beans; }, bar: function () { return Durp.beans; } }; }); test: require(["testTarget"],...