TJ
TJ
this library was deprecated years ago, better off using Mocha or something more recent
ahh gotcha
I do arity checks for --serial to check sync vs async, but the callback when non --serial has a different behavior since it executed on exit to provide more assertions
in async mode the callback is used for asserting that callback(s) fired, otherwise you might get a false positive
That's how I felt/feel too, most people pretend that mb == MiB in most scenarios. Maybe some kind of option or alternative method for the standard version?
For me at least the reason behind the module originally was to accept CLI input, which is sort of the lazy-man's version `--size 50mb`, I've never seen a CLI that...
who knows
im not to sure actually, I believe you can signal the process with USR1 to start the debugger, but that is an issue with these ttest runners
kinda yeah. controllers can just use regular modules, no need for helpers really, and most helpers are view related so controllers shouldn't really be using them anyway.
yeah, but it's JS so you'll never have something "clean" like list_path() automatically injected into the scope, you'll have `req.list_path()` or something, but yeah I agree there that it would...